Browse our Products

Aspose.ZIP for .NET 26.2 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1365Extract a ZIP archive from a read-only stream.Feature
ZIPNET-1410Expose the ZIP archive comment (archive-level) and allow setting a comment for an individual entry.Feature
ZIPNET-1412Fix ZIP64 End of Central Directory properties when compressing large files.Bug

Public API and Backwards Incompatible Changes

The following public methods and properties were added:Description
Aspose.Zip.ArchiveLoadOptions.ForwardOnlyIndicates ZIP archive need to be extracted from read only stream.
Aspose.Zip.Archive.CommentGets comment for the whole archive.
Aspose.Zip.Saving.ArchiveEntrySettings.CommentComment for the entry within ZIP archive.