IronZIP for .NET Releases

Released: Feb 3, 2025

Atualizações na 2025.2.3

Correções

  • Minor bug fixes.

Released: Jan 3, 2025

Atualizações na 2025.1.1

Recursos

  • Added support for Microsoft .NET 9.0.
  • Updated dependency packages to address known security vulnerabilities.

Released: Dec 3, 2024

Atualizações na 2024.12.2

Correções

  • Fixed minor bugs.

Released: Nov 6, 2024

Atualizações na 2024.11.3

Correções

  • Fixed some minor bugs.

Released: Apr 4, 2024

Atualizações na 2024.4.1

Recursos

  • Removed public log that is not related to OCR processs.
  • Updated IronSoftware.System.Drawing Dependency to 2024.4.1.

Released: Mar 4, 2024

Atualizações na 2024.3.3

Recursos

  • Added support for multiple saves of Zip archives.
  • Added support for reading stream and byte[] archives.
  • Added features for replacing entries, removing encryption, and accessing entries.
  • Renamed methods: AddArchiveEntry to Add, SetPassword to Encrypt, DeleteArchiveEntry to Delete, SetArchiveComment to Comment, GetArchiveEntryCount to Count, and CheckArchiveEntryExist to Contains.

Released: Jan 29, 2024

Atualizações na 2024.2.1

Recursos

  • Added support for Microsoft .NET 8.
  • Added DeleteArchiveEntry, GetArchiveComment, SetArchiveComment, GetArchiveEntryNames, GetArchiveEntryCount and CheckArchiveEntryExist methods.
  • Renamed IronZipArchiveOptions to ZipSaveOptions class.

Released: Dec 29, 2023

Atualizações na 2024.1.1

Recursos

  • Added encryption algorithms to protect archives (supports - traditional, AES128 and AES256).
  • Added IronZipArchiveOptions class.
  • Added FromArchive() and FromDirectory() Constructors.
  • Added Save method for each Archive type.