Browse our Products
Aspose.ZIP for .NET 19.12 Release Notes
This page contains release notes information for Aspose.ZIP for .NET 19.12.
All Changes
| Key | Summary | Issue Type |
|---|---|---|
| ZIPNET-419 | 7z entry with LZMA2 compression. | Enhancement |
Public API and Backwards Incompatible Changes
| The following public types were added: | Description |
|---|---|
| Aspose.Zip.Saving.SevenZipLZMA2CompressionSettings | Settings for LZMA2 compression method within the 7z archive. |
| Aspose.Zip.Saving.SevenZipLZMA2CompressionSettings.DictionarySize | Dictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data is kept in memory. |
| Aspose.Zip.Saving.SevenZipLZMA2CompressionSettings.#ctor() | Instantiates settings for LZMA2 compression with dictionary size given. |