Browse our Products
Aspose.ZIP for .NET 21.4 Release Notes
This page contains release notes information for Aspose.ZIP for .NET 21.4.
All Changes
Key | Summary | Issue Type |
---|---|---|
ZIPNET-631 | Decrypt simple 7z archives. | Enhancement |
ZIPNET-638 | Support licenses with SHA-256 algorithm. | Enhancement |
ZIPNET-644 | Restore file metadata on folder extraction. | Bug |
ZIPNET-614 | Support GNU tarball archives. | Feature |
Public API and Backwards Incompatible Changes
The following public types were added: | Description |
---|---|
Aspose.Zip.Tar.TarFormat | Enumeration with supported formats of tarball archive. |
The following public methods and properties were added: | Description |
Aspose.Zip.SevenZip.SevenZipArchive.ExtractToDirectory(string destinationDirectory, string password = null) | Extract 7z archive using optional password for decryption. |
Aspose.Zip.Tar.TarArchive.Save(Stream outputStream, TarFormat? format = null) | Compose tarball archive providing optional format. |
Aspose.Zip.Tar.TarArchive.Save(string destinationFileName, TarFormat? format = null) | Compose tarball archive providing optional format. |
Aspose.Zip.Tar.TarArchive.FromGZip(…) | Extracts supplied gzip archive and composes tar archve from extracted data. |
Aspose.Zip.Tar.TarArchive.SaveGzipped(Stream outputStream, TarFormat? format = null) | Saves archive to the stream with gzip compression. |