Xceed Real-Time Zip for .NET 新版本发表
Released: Dec 8, 2025
V7.3 (Build: 7.3.25608.6677) 中的更新
特性
- Version sync with other libraries.
Released: Apr 29, 2025
V7.2 (Build: 7.2.25228) 中的更新
特性
- Introduced a new build compatible with .NET 5.0 and later.
Released: Feb 3, 2025
V7.2 中的更新
修补程序
- Fixed a bug where files using a future date (like December 31st, 2107 for example) triggered an exception during the zipping process.
Released: Oct 5, 2022
V7.1 中的更新
修补程序
- Small fixes were made so that the component would work well with the new version of Zip for .NET.
Released: Jul 19, 2021
V7.0 中的更新
特性
- Version sync with the other libraries.
Released: Jan 25, 2021
V6.9 中的更新
特性
- Improved the speed of "CompressionMethod.Deflated" compression on Microsoft .NET 4.5 and later.
- Reduced memory fragmentation caused by heavy usage of "CompressionMethod.Deflated" compression and decompression.
- Assembly names and DLL files no longer have their version number as part of the name, simplifying the update process for applications.
Released: Aug 17, 2020
V6.8.1 中的更新
特性
- Added an improved code example on how to use Real-Time Zip to create nested archives that can be accessed efficiently by other tools like Zip.NET.
Released: Jan 30, 2020
V6.8 中的更新
特性
- Multi-thread manager can now automatically run in the background, to keep threads fed with data to compress.
Released: Jan 30, 2019
V6.7 中的更新
特性
- The ZipWriter’s MultiThreadManager object can now be reused by other ZipWriter objects.
- The ZipItemDataProvider callback function for multi-threaded items has been changed.
- Using QueueItem() now requires setting the new MultiThreadManager property.
修补程序
- Fixed a bug where corrupt zip streams would be produced if single-thread and multi-thread calls were mixed.
- Fixed a bug where items zipped with AES encryption using the QueueItem method would be corrupted.
Released: Jun 18, 2018
V6.6 中的更新
特性
- Invalid dates are now silently ignored when reading the FileTimesExtraHeader.