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.