Browse our Products

Aspose.ZIP for .NET 23.6 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1023Extract 7z archives with encrypted headers.Feature
ZIPNET-1022Support conholdate plugin license.Feature
-Make ExtractToDirectory and Extract methods public for some archives.Enhancement
ZIPNET-1028Release file handle on archive disposal.Enhancement

Public API and Backwards Incompatible Changes

The following public methods and properties were added:Description
Aspose.Zip.SevenZip.SevenZipArchive.#ctor(Stream sourceStream, string password = null)Initializes a new instance of the SevenZipArchive providing ability to extract the archive with encrypted names.
Aspose.Zip.Bzip2.Bzip2Archive.ExtractToDirectory(string destinationDirectory)Extracts content of the archive to the directory provided.
Aspose.Zip.Bzip2.Bzip2Archive.Extract(string path)Extracts archive to a file by path.
Aspose.Zip.Gzip.GzipArchive.ExtractToDirectory(string destinationDirectory)Extracts content of the archive to the directory provided.
Aspose.Zip.Gzip.GzipArchive.Extract(string path)Extracts archive to a file by path.
Aspose.Zip.LZMA.LzmaArchive.ExtractToDirectory(string destinationDirectory)Extracts content of the archive to the directory provided.
Aspose.Zip.Lzip.LzipArchive.ExtractToDirectory(string destinationDirectory)Extracts content of the archive to the directory provided.
Aspose.Zip.Snappy.SnappyArchive.ExtractToDirectory(string destinationDirectory)Extracts content of the archive to the directory provided.
Aspose.Zip.Wim.WimArchive.ExtractToDirectory(string destinationDirectory)Extracts content of the archive to the directory provided.
Aspose.Zip.Xz.XzArchive.ExtractToDirectory(string destinationDirectory)Extracts content of the archive to the directory provided.
Aspose.Zip.Z.ZArchive.ExtractToDirectory(string destinationDirectory)Extracts content of the archive to the directory provided.