Aspose.ZIP for .NET 22.6 Release Notes
This page contains release notes information for Aspose.ZIP for .NET 22.6.
All Changes
Key | Summary | Issue Type |
---|---|---|
ZIPNET-862 | Support Enhanced Deflate within ZIP container. | Feature |
ZIPNET-857 | Extract WIM with LZMS compression. | Feature |
ZIPNET-870 | Extract particular entry within 7z archive. | Enhancement |
Public API and Backwards Incompatible Changes
The following public types were added: | Description |
---|---|
Aspose.Zip.Saving.EnhancedDeflateCompressionSettings | Settings for Enhanced Deflate compression method. |
The following public methods and properties were added: | Description |
Aspose.Zip.SevenZip.SevenZipArchiveEntry.Open(string password = null) | Opens the entry for extraction and provides a stream with entry content. |
Aspose.Zip.SevenZip.SevenZipArchiveEntry.Extract(string path, string password = null) | Extracts the entry to the filesystem by the path provided. |
Aspose.Zip.Saving.EnhancedDeflateCompressionSettings.#ctor() | Initializes a new instance of the EnhancedDeflateCompressionSettings class. |