Stable release with improvements
This is first stable release for .NET Core, functionality is the same as for 'big' .NET and it works for Linux! (but only managed library version).
Also, there are a lot of API improvements and some bug fixes.
Attached exe version is only for Windows (but library with .net standard support can be found in NuGet).
Other changes:
- Padding mode was implemented manually to relate normal .NET version
- Changed block encryption to avoid attacks with packet repeating (backward compatible with old compressed data)
- Added PasswordRaw and CommentRaw (binary data in this fields)
- Added data array helper (for compressing/decompressing resources in byte array way)
- Improved software Crc32C
- Added option to skip real decompression (useful for file lists)