Browse our Products
Aspose.ZIP for .NET 19.8 Release Notes
This page contains release notes information for Aspose.ZIP for .NET 19.8.
All Changes
Key | Summary | Issue Type |
---|---|---|
ZIPNET-356 | Support of retrieving gzip archive name. | Enhancement |
ZIPNET-392 | Extraction of a huge archive may fail. | Bug |
Public API and Backwards Incompatible Changes
The following public methods and properties were added: | Description |
---|---|
Aspose.Zip.Gzip.GzipArchive.Name | Name of the original file. |
Aspose.Zip.Gzip.GzipArchive.#ctor(…, bool parseHeader = false) | Constructor for extraction and immediate header parsing. |