Browse our Products
Aspose.ZIP for .NET 26.2 Release Notes
This page contains release notes information for Aspose.ZIP for .NET 26.2.
All Changes
| Key | Summary | Issue Type |
|---|---|---|
| ZIPNET-1365 | Extract a ZIP archive from a read-only stream. | Feature |
| ZIPNET-1410 | Expose the ZIP archive comment (archive-level) and allow setting a comment for an individual entry. | Feature |
| ZIPNET-1412 | Fix ZIP64 End of Central Directory properties when compressing large files. | Bug |
Public API and Backwards Incompatible Changes
| The following public methods and properties were added: | Description |
|---|---|
| Aspose.Zip.ArchiveLoadOptions.ForwardOnly | Indicates ZIP archive need to be extracted from read only stream. |
| Aspose.Zip.Archive.Comment | Gets comment for the whole archive. |
| Aspose.Zip.Saving.ArchiveEntrySettings.Comment | Comment for the entry within ZIP archive. |