dependabot[bot]
4244810c91
Bump SharpZipLib from 1.4.0 to 1.4.1 ( #1081 )
...
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases )
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt )
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.4.0...v1.4.1 )
---
updated-dependencies:
- dependency-name: SharpZipLib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 05:29:23 -08:00
dependabot[bot]
9356964a12
Bump SharpZipLib from 1.3.3 to 1.4.0 ( #1018 )
...
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib ) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases )
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt )
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.3.3...v1.4.0 )
---
updated-dependencies:
- dependency-name: SharpZipLib
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-20 12:49:16 -07:00
Manuel Menegazzo
f615b5b459
Fix some compilation warnings ( #1010 )
...
* Fixe some summary warning
* Fixed more warning
* Uniformed example projects code
* Uniformed test projects code
* Fix OperatingSystems enum and GenericType summaries
2022-09-15 16:21:21 -07:00
Boshi Lian
fd6f920e40
chunk websocket frame when buff > 15M ( #981 )
...
* ws is now chunked
* remove chunk in example
* fix build
2022-08-21 13:29:36 -07:00
Lazar Krstić
d59f4da2ae
Copy local file to pod using tar ( #962 )
...
* Copy local file to pod using tar
* Update examples/cp/Cp.cs
Co-authored-by: Boshi Lian <farmer1992@gmail.com >
* File names as command line args, default encoding
* command line args
Co-authored-by: Boshi Lian <farmer1992@gmail.com >
2022-07-27 09:04:28 -07:00