Browse our Products

Aspose.ZIP for .NET 22.6 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-862Support Enhanced Deflate within ZIP container.Feature
ZIPNET-857Extract WIM with LZMS compression.Feature
ZIPNET-870Extract particular entry within 7z archive.Enhancement

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Zip.Saving.EnhancedDeflateCompressionSettingsSettings 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.