Browse our Products

Aspose.ZIP for .NET 23.4 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-994Parallelize lzip composition.Feature
ZIPNET-1008Fix out of range exception while composing xz archive.Bug
ZIPNET-1004Parallelize xz composition.Feature
ZIPNET-998Provide comment for split ZIP archive.Enhancement
ZIPNET-984Introduce ExtractToDirectory method for IArchive interface.Enhancement

Public API and Backwards Incompatible Changes

The following public methods and properties were added:Description
Aspose.Zip.Xz.Settings.CompressionThreadsGets or sets compression thread count. If the value greater than 1, multithreading compression will be used.
Aspose.Zip.Saving.SplitArchiveSaveOptions.ArchiveCommentGets or sets optional comment for the Zip file.
Aspose.Zip.Lzip.LzipArchiveSettings.CompressionThreadsGets or sets compression thread count. If the value greater than 1, multithreading compression will be used.
Aspose.Zip.IArchive.ExtractToDirectory(string destinationDirectory)Extracts all the files in the archive to the directory provided.