SharpZipLib v1.1.0 Release Notes

Release Date: 2018-12-22 // over 5 years ago
  • ๐Ÿ”„ Changes:

    • AES256 decryption now works as intended.
    • โœ… AES encryption should also be working but the code is not sufficiently tested and may be buggy.
    • ๐Ÿ“ฆ Sourcelink debugging is now enabled and the symbols are included in the nuget package.
    • Overriding the codepage used for the file names and comments is now possible when extracting archives by setting ZipStrings.Codepage or ZipStrings.UseUnicode.
    • ๐ŸŽ Calculating the Adler checksum is now skipped for Zip and Gzip since it's not actually used for the formats. This should greatly improve performance.