mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
-
released this
2025-10-13 11:32:54 +00:00 | 767 commits to master since this release📅 Originally published on GitHub: Mon, 13 Oct 2025 11:33:48 GMT
🏷️ Git tag created: Mon, 13 Oct 2025 11:32:54 GMTWhat's Changed
- Fix volume FileName property potentially missing by @Morilli in https://github.com/adamhathcock/sharpcompress/pull/921
- Fix 7-zip solid archive detection by @Morilli in https://github.com/adamhathcock/sharpcompress/pull/924
- fix DotSettings options to conform to current code style and editorconfig by @Morilli in https://github.com/adamhathcock/sharpcompress/pull/928
- Fix zipentry comment implementation by @Morilli in https://github.com/adamhathcock/sharpcompress/pull/929
- Added ArgumentException to Archive.Open implementations by @SimonCahill in https://github.com/adamhathcock/sharpcompress/pull/931
- Implement
AttribforZipEntryby @Morilli in https://github.com/adamhathcock/sharpcompress/pull/933 - Added IStreamStack for debugging and configurable buffer management. … by @Nanook in https://github.com/adamhathcock/sharpcompress/pull/930
- Zip ZStandard Writing with tests. Level support. by @Nanook in https://github.com/adamhathcock/sharpcompress/pull/934
- Fix WinzipAesCryptoStream potentially not getting disposed by @Morilli in https://github.com/adamhathcock/sharpcompress/pull/939
- Rewind buffer fix for directory extract. by @Nanook in https://github.com/adamhathcock/sharpcompress/pull/935
- ZStandard tar support by @mitchcapper in https://github.com/adamhathcock/sharpcompress/pull/943
- Extension hinting for ReaderFactory for better first try factory success by @mitchcapper in https://github.com/adamhathcock/sharpcompress/pull/945
- Update dependencies and csharpier by @adamhathcock in https://github.com/adamhathcock/sharpcompress/pull/947
- update to 0.41.0 and change symbols type by @adamhathcock in https://github.com/adamhathcock/sharpcompress/pull/948
New Contributors
- @SimonCahill made their first contribution in https://github.com/adamhathcock/sharpcompress/pull/931
- @mitchcapper made their first contribution in https://github.com/adamhathcock/sharpcompress/pull/943
Full Changelog: https://github.com/adamhathcock/sharpcompress/compare/0.40.0...0.41.0
Downloads