Browse our Products

Aspose.ZIP for .NET 22.10 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-931Fetch entry comment within zip container.Feature
ZIPNET-929Get rid of System.Drawing.Common.Enhancement
ZIPNET-934Display modification time for 7z entry.Enhancement
ZIPNET-933Extract to stream method for 7z entry.Enhancement
ZIPNET-928Set arbitrary encoding on zip archive extraction.Feature

Public API and Backwards Incompatible Changes

The following public types were added:Description
The following public methods and properties were added:Description
Aspose.Zip.ArchiveEntry.CommentGets comment of the entry within archive.
Aspose.Zip.ArchiveLoadOptions.EncodingGets or sets the encoding for zip entries’ names.
Aspose.Zip.SevenZip.SevenZipArchiveEntry.ModificationTimeGets last modified date and time for 7z entry.
Aspose.Zip.SevenZip.SevenZipArchiveEntry.Extract(Stream, String)Extracts the entry to the stream provided.