Browse our Products

Aspose.ZIP for .NET 25.2 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1261Optimize checksum calculation.Enhancement
ZIPNET-1254Reduce headers memory allocation.Enhancement
ZIPNET-1258Validate content on Bzip2, Gzip, Zstandard extraction.Enhancement
ZIPNET-1262Set Modified time metadata for various archive entries on extraction.Feature
ZIPNET-1263Extract encrypted 7z archive supplying password only once.Enhancement
ZIPNET-1256Rename ARJ namespace to Arj.Enhancement
ZIPNET-1260Support specifying password on extraction of encrypted archive having not determined format.Enhancement
ZIPNET-1270Allow to skip checksum verification.Feature

Public API and Backwards Incompatible Changes

The following public methods and properties were added:Description
Aspose.Zip.Cab.CabEntry.ModificationTimeGets last modified date and time.
Aspose.Zip.Iso.IsoEntry.ModificationTimeGets last modified date and time.
Aspose.Zip.Lha.LhaArchiveEntry.ModificationTimeGets last modified date and time.
Aspose.Zip.Tar.TarEntry.ModificationTimeGets last modified date and time.
Aspose.Zip.Wim.WimEntry.ModificationTimeGets last modified date and time.
Aspose.Zip.Xar.XarEntry.ModificationTimeGets last modified date and time.
Aspose.Zip.ArchiveFactory.GetArchive(Stream, String)Detects the archive format and creates the appropriate IArchive object according to the type of encrypted archive.
Aspose.Zip.ArchiveLoadOptions.SkipChecksumVerificationGet or set a value indicating whether checksum verification of ZIP entries be skipped and mismatch ignored.
The following public types obsolete:Description
Aspose.Zip.Lha.LhaArchiveEntry.LastModifiedUse ModificationTime instead.
Aspose.Zip.Wim.WimEntry.LastWriteTimeUse ModificationTime instead.
Aspose.Zip.Xar.XarEntry.LastWriteTimeUse ModificationTime instead.
The following public classes were removed:Description
Aspose.Zip.ARJ.*Use Aspose.Zip.Arj namespace instead.