Xceed Real-Time Zip for .NET 新版本發表
Released: Jan 15, 2018
V6.5 中的更新
特性
- Added support for .NET Standard 2.0 and up.
修補程式
- Fixed a bug where an InvalidZipStructureException could be thrown by ZipReader when a non-seekable (including nested) stream was used as the zip file.
Released: Jun 5, 2017
V6.3 中的更新
修補程式
- Fixed a bug where a ZipWriterException was thrown when empty items were located at offsets >4GB in an archive.
- Fixed a bug where a InvalidZipStructureException was thrown by ZipReader when data in an item to unzip contained the value of a zip format header.
Released: Mar 1, 2017
V6.2 中的更新
特性
- Changed the exception messages for CompressionException when decompressing Deflate and Deflate64 data to make them more clear about what actually went wrong.
Released: Nov 21, 2016
V6.1 中的更新
特性
- Added the ability for the Deflate compression method to use multiple threads to increase compression speed.
修補程式
- Fixed a bug where a ZipWriterException was thrown when empty items were located at offsets >4GB in an archive.
- Fixed a bug where a InvalidZipStructureException was thrown by ZipReader when data in an item to unzip contained the value of a zip format header.
Released: Jul 13, 2016
V6.0 中的更新
特性
- Version number synchronization with Xceed Zip for .NET.
Released: Jun 23, 2015
Updates in this release
Updates in 5.7
- Added support for setting/getting a file's last modified date/time.
Released: Jan 31, 2011
Updates in this release
Updates in V5.1
- Zip format compatibility improvements and bug fixes. Specifically, compatibility with older zip tools has been increased by making it the default behavior to produce Zip 2.0-compatible archives; this behavior can be changed by the developer.
- Also, the ZipWriter can generate uncompressed zip files that the product's ZipReader can read increasing flexibility (combines the Deflate format and no compression).
Released: May 24, 2010
Updates in this release
Updates in V5.0
- Compatible with .NET framework 4.0 / Visual Studio 2010