Browse our Products
Aspose.ZIP for .NET 25.8 Release Notes
This page contains release notes information for Aspose.ZIP for .NET 25.8.
All Changes
Key | Summary | Issue Type |
---|---|---|
ZIPNET-1351 | Solid compression for encrypted 7z archives. | Feature |
ZIPNET-1349 | Fix exception on solid compression exceeding trial size. | Bug |
ZIPNET-1353 | Store host OS mark. | Enhancement |
ZIPNET-1354 | Optional Data Descriptor for Zip folder entry. | Feature |
Public API and Backwards Incompatible Changes
The following public types were added: | Description |
---|---|
Aspose.Zip.Saving.ZipDataDescriptorPolicy | Options for the Data Descriptor presence. |
The following public methods and properties were added: | Description |
---|---|
Aspose.Zip.Saving.ArchiveSaveOptions.DataDescriptorPolicy | Gets or sets settings for Data Descriptor emission. |
Aspose.Zip.Saving.ZipDataDescriptorPolicy.Always | Data Descriptor is always present for all zip entries. |
Aspose.Zip.Saving.ZipDataDescriptorPolicy.ForAllFileEntries | Data Descriptor present only for entries with file data; omitted for directories. |