Browse our Products
Aspose.ZIP for .NET 22.9 Release Notes
This page contains release notes information for Aspose.ZIP for .NET 22.9.
All Changes
Key | Summary | Issue Type |
---|---|---|
ZIPNET-313 | Parallel BZip2 compression. | Feature |
ZIPNET-914 | XZ compression for zip container. | Feature |
ZIPNET-923 | Verify RAR password on decompression. | Enhancement |
Public API and Backwards Incompatible Changes
The following public types were added: | Description |
---|---|
Aspose.Zip.Saving.XzCompressionSettings | Settings for Xz compression method. |
The following public methods and properties were added: | Description |
Aspose.Zip.Bzip2.Bzip2SaveOptions.CompressionThreads | Gets or sets compression thread count. |
Aspose.Zip.Saving.XzCompressionSettings.#ctor() | Initializes a new instance of XzCompressionSettings class. |