Browse our Products

Aspose.ZIP for .NET 25.3 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1275Set time metadata for encrypted 7z entries.Enhancement
ZIPNET-1278Compose temporary files in a secure way.Enhancement
ZIPNET-1287Filter out directory entries from FileEntries list.Bug
ZIPNET-1266Extract Lz4 archives.Feature
ZIPNET-1286Expose archive format for IArchive instance.Enhancement
ZIPNET-1276Fix endless extraction of 7z archive with a particular wrong password.Bug
ZIPNET-864Set time metadata for some archive types.Enhancement
ZIPNET-1281Obtain gzip archive name when gzip archive opened via format detector.Enhancement

Public API and Backwards Incompatible Changes

The following public methods and properties were added:Description
Aspose.Zip.Lz4.Lz4Archive.Extract(…)Extracts the Lz4 archive.
Aspose.Zip.Lz4.Lz4Archive.Open()Opens the archive for extraction and provides a stream with archive content.
Aspose.Zip.Lz4.Lz4Archive.ExtractToDirectory()Extracts content of the archive to the directory provided.
Aspose.Zip.IArchive.FormatGets the detected archive format.
The following public types were added:Description
Aspose.Zip.Lz4.Lz4ArchiveClass representing Lz4 archive.