Releases: oleg-st/ZstdSharp
Releases · oleg-st/ZstdSharp
0.5.2
Minor fix:
Fixed premature end of inner stream detection in DecompressionStream (Fix #4)
0.5.1
Minor fix:
InlineMethod.Inline attribute removed from the assembly (Fix #3)
0.5
- Added .NET Standard 2.0+, .NET Framework 4.6.1+ support
- TryWrap / TryUnwrap API
- Minor fixes
0.4
Ported zstd v1.5.0, performance improvements
0.2
Safe API, dictionary builder, more tests