-
Notifications
You must be signed in to change notification settings - Fork 980
Release 1.1
nils måsén edited this page Dec 16, 2018
·
1 revision
- 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
orZipStrings.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.