Aspose.ZIP for .NET 릴리스
Released: Sep 30, 2023
V23.9 버젼 업데이트
기능
- Added the option to compress 7z headers.
수정사항
- Limit the length of zip comment.
- Proper license setting.
Released: Aug 30, 2023
V23.8 버젼 업데이트
기능
- Added support for TAR archives compressed with 'Zstandard'.
- Added the ability to extract WavPack format.
수정사항
- Proper work of self-extracting archive with library nearby.
Released: Jul 26, 2023
V23.7 버젼 업데이트
기능
- Added the ability to compose XAR archives.
- Added 'Zstandard' compression method to zip container.
- Increased 'bzip2' parallel compression speed.
- Added the ability to compress to LZMA2 in 7z multiple threads.
Released: Jun 30, 2023
V23.6 버젼 업데이트
기능
- Added the ability to extract 7z archives with encrypted headers.
- ExtractToDirectory and Extract methods have been made public for some archives.
Released: May 31, 2023
V23.5 버젼 업데이트
기능
- Added the ability to extract plain ZIP entries compressed with Zstandard.
수정사항
- Do not dispose extraction stream on archive disposal.
- Check password correctness on 7z stored extraction.
Released: Mar 26, 2023
V23.3 버젼 업데이트
기능
- Improved RAR decompression speed.
- Improved LZMA/LZMA2 compression speed.
수정사항
- 7z archive with empty files and directories may fail to extract.
Released: Feb 28, 2023
V23.2 버젼 업데이트
기능
- Improved LZMA and LZMA2 compression speed.
- Introduced a common interface for all archive types.
- Added the ability to detect content and file names encryption.
- You can now attach an external cipher for 7z AES encryption.
수정사항
- Make entries collection of an archive to keep stable reference.
Released: Jan 29, 2023
V23.1 버젼 업데이트
기능
- Added the ability to detect archive format without loading.
- Added the ability to compose multi-volume 7z archives.
수정사항
- Wrong filenames for subfolders in 7z archive.
Released: Dec 23, 2022
V22.12 버젼 업데이트
기능
- Added the ability to save multi-volume ZIP files.
- Added the ability to compose SHAR archives.
Released: Nov 26, 2022
V22.11 버젼 업데이트
기능
- Added support for 'PPMd' compression within 7z archives.
- Added the ability to report compression progress for 7z entries.
수정사항
- Release file handle on 7z decryption with wrong password.
- Proper compression and encryption coder combination within 7z archive.