Browse our Products

Aspose.ZIP for .NET 23.1 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-937Detect archive format without loading.Feature
ZIPNET-957Wrong filenames for subfolders in 7z archive.Bug
ZIPNET-958Compose multi-volume 7z archive.Feature

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Zip.ArchiveInfo.ArchiveFormatDetectorDetects archive format and provides other related information.
Aspose.Zip.ArchiveInfo.ArchiveFormatInfoRepresents information about the archive format.
Aspose.Zip.ArchiveInfo.ArchiveFormatEnumeration with supported archive formats.
Aspose.Zip.Saving.SplitSevenZipArchiveSaveOptionsOptions for saving a multi-volume 7-zip archive.
The following public methods and properties were added:Description
Aspose.Zip.ArchiveInfo.ArchiveFormatDetector.#ctor()Initializes a new instance of the ArchiveFormatDetector class.
Aspose.Zip.ArchiveFormatDetector.GetFormatInfo(…)Gets format info.
Aspose.Zip.ArchiveFormatInfo.ClassGets the class that represents the archive file.
Aspose.Zip.ArchiveFormatInfo.FormatGets the archive format.
Aspose.Zip.Saving.SplitSevenZipArchiveSaveOptions.FileNameGets the name of segments without extension.
Aspose.Zip.Saving.SplitSevenZipArchiveSaveOptions.SegmentSizeGets the size of segment.
Aspose.Zip.SevenZip.SevenZipArchive.SaveSplit(…)Saves multi-volume archive to destination directory provided.