Browse our Products

Aspose.ZIP for .NET 22.8 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-913Set the number of fast bytes for LZMA2 compression.Enhancement
ZIPNET-905Introduced metered license.Feature
ZIPNET-917Drop obsolete UnRAR namespace and classes.Enhancement

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Zip.MeteredLicenseClass providing methods to set metered key.
The following public methods and properties were added:Description
Aspose.Zip.Saving.SevenZipLZMA2CompressionSettings(int dictionarySize, int fastBytes)Instantiates settings for LZMA2 compression method within 7z archive.
Aspose.Zip.MeteredLicense.#ctor()Initializes a new instance of MeteredLicense class.
Aspose.Zip.MeteredLicense.GetConsumptionCredit()Gets consumption credit.
Aspose.Zip.MeteredLicense.SetMeteredKey(string publicKey, string privateKey)Sets metered public and private key.