Browse our Products

Aspose.ZIP for .NET 25.8 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1351Solid compression for encrypted 7z archives.Feature
ZIPNET-1349Fix exception on solid compression exceeding trial size.Bug
ZIPNET-1353Store host OS mark.Enhancement
ZIPNET-1354Optional Data Descriptor for Zip folder entry.Feature

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Zip.Saving.ZipDataDescriptorPolicyOptions for the Data Descriptor presence.
The following public methods and properties were added:Description
Aspose.Zip.Saving.ArchiveSaveOptions.DataDescriptorPolicyGets or sets settings for Data Descriptor emission.
Aspose.Zip.Saving.ZipDataDescriptorPolicy.AlwaysData Descriptor is always present for all zip entries.
Aspose.Zip.Saving.ZipDataDescriptorPolicy.ForAllFileEntriesData Descriptor present only for entries with file data; omitted for directories.