Releases: adamhathcock/sharpcompress
Releases · adamhathcock/sharpcompress
0.21.0 with RAR5 support!
Features
- RAR5 thanks to @coderb for starting a report of the RAR code. There's still a large section that needs to be ported so for RAR format 2.9 it uses old code paths.
- Expose Stream length if available
Fixes
0.20 - the one with Deflate64
0.19.2 Fix
0.19.1 - absorb System.Buffers
0.19 .NET Standard 2.0!
0.18.2 - More bug fixes!
0.18 - bug fix release
0.18
New
- Breaking change - Remove ArchiveEncoding static class in favor of instance on Options -
ArchiveEncoding
is now on the Options base class. This now allows for more Encoding class options as well as a custom Func for decoding for more custom options. Being instance based avoids multi-threading issues. See https://github.com/adamhathcock/sharpcompress/blob/master/src/SharpCompress/Common/ArchiveEncoding.cs
Fixes