Aspose.ZIP for .NET 新版本发表

Released: Mar 24, 2026

V26.3 中的更新

特性

  • Added support for appending entries to existing 7z archive.
  • You can now adjust CAB archives combining entries in folder.

Released: Feb 25, 2026

V26.2 中的更新

特性

  • Added the ability to extract a ZIP archive from a read-only stream.
  • Exposed the ZIP archive comment (archive-level) and allow setting a comment for an individual entry.

修补程序

  • Fixed ZIP64 End of Central Directory properties when compressing large files.

Released: Jan 17, 2026

V26.1 中的更新

特性

  • Reduced allocations in various header composition routines.
  • Introduced deferred sources for entry composition and immediate source closing for 7Z and CAB.
  • Introduced a version for .NET 10.
  • Improved checksum performance with ARM64 intrinsics on .NET 10.
  • Improved Zlib compression speed on .NET 10.

Released: Dec 9, 2025

V25.12 中的更新

特性

  • Added support for CAB archive composition with MSZIP compression.

Released: Nov 9, 2025

V25.11 中的更新

特性

  • Reduced size of self-extracting executable module.
  • Reduced memory consumption for XAR table of content.
  • Prevented memory leak if not unsubscribed from entry events.
  • Verified setting LZMA dictionary size for LZMA archive.

Released: Oct 23, 2025

V25.10 中的更新

特性

  • Users can now set the number of fast bytes and literal context bits for LZMA algorithm within a ZIP container and the LZMA archive itself.
  • Users can now set the number of fast bytes and literal context bits for LZMA algorithm within a 7z container.

Released: Sep 21, 2025

V25.9 中的更新

特性

  • Added support for extracting non-merged LZX archive.

修补程序

  • Properly released file having wrong headers after archive fails to extract from it.

Released: Aug 20, 2025

V25.8 中的更新

特性

  • Added solid compression for encrypted 7z archives.
  • Added optional Data Descriptor for Zip folder entry.
  • You can now store host OS mark.

修补程序

  • Fixed exception on solid compression exceeding trial size.

Released: Jul 23, 2025

V25.7 中的更新

特性

  • Added solid compression for plain 7z archives.

修补程序

  • Proper instantiation of detected Arj archive.
  • Correct commentaries for XarLoadOptions.

Released: Jun 10, 2025

V25.6 中的更新

特性

  • You can now cancel archive extraction via cancellation token.
  • You can now verify archive disposal on instance operations.
  • You can now cancel zip entry extraction with event handler.