Browse our Products
Aspose.ZIP for .NET 25.3 Release Notes
This page contains release notes information for Aspose.ZIP for .NET 25.3.
All Changes
| Key | Summary | Issue Type |
|---|---|---|
| ZIPNET-1275 | Set time metadata for encrypted 7z entries. | Enhancement |
| ZIPNET-1278 | Compose temporary files in a secure way. | Enhancement |
| ZIPNET-1287 | Filter out directory entries from FileEntries list. | Bug |
| ZIPNET-1266 | Extract Lz4 archives. | Feature |
| ZIPNET-1286 | Expose archive format for IArchive instance. | Enhancement |
| ZIPNET-1276 | Fix endless extraction of 7z archive with a particular wrong password. | Bug |
| ZIPNET-864 | Set time metadata for some archive types. | Enhancement |
| ZIPNET-1281 | Obtain gzip archive name when gzip archive opened via format detector. | Enhancement |
Public API and Backwards Incompatible Changes
| The following public methods and properties were added: | Description |
|---|---|
| Aspose.Zip.Lz4.Lz4Archive.Extract(…) | Extracts the Lz4 archive. |
| Aspose.Zip.Lz4.Lz4Archive.Open() | Opens the archive for extraction and provides a stream with archive content. |
| Aspose.Zip.Lz4.Lz4Archive.ExtractToDirectory() | Extracts content of the archive to the directory provided. |
| Aspose.Zip.IArchive.Format | Gets the detected archive format. |
| The following public types were added: | Description |
| Aspose.Zip.Lz4.Lz4Archive | A class representing an Lz4 archive. |