Xceed.Products.Zip.Full 7.3.25608.7354

dotnet add package Xceed.Products.Zip.Full --version 7.3.25608.7354
                    
NuGet\Install-Package Xceed.Products.Zip.Full -Version 7.3.25608.7354
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xceed.Products.Zip.Full" Version="7.3.25608.7354" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xceed.Products.Zip.Full" Version="7.3.25608.7354" />
                    
Directory.Packages.props
<PackageReference Include="Xceed.Products.Zip.Full" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xceed.Products.Zip.Full --version 7.3.25608.7354
                    
#r "nuget: Xceed.Products.Zip.Full, 7.3.25608.7354"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Xceed.Products.Zip.Full@7.3.25608.7354
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xceed.Products.Zip.Full&version=7.3.25608.7354
                    
Install as a Cake Addin
#tool nuget:?package=Xceed.Products.Zip.Full&version=7.3.25608.7354
                    
Install as a Cake Tool

Xceed Zip for .NET – High-Performance ZIP and Compression Library for .NET

Xceed Zip for .NET is a fast and flexible library for creating, reading, updating, and extracting ZIP, TAR, GZIP, and other compressed archives from .NET applications.

It is designed for developers who need efficient file compression, packaging, and decompression — without relying on platform-specific tools or external dependencies.

Xceed.FTP.NET

Click the image above to receive a trial license. It unlocks all features of the component. See the Get Started section below for details.

Powered by Xceed Software, trusted in the .NET ecosystem for over 25 years.


Features

Compression & Archiving

  • Create and extract standard ZIP archives
  • Support for encrypted and password-protected archives (AES, PKZIP)
  • Compress/decompress GZip, TAR, BZip2 formats
  • Deflate/Inflate compression streams
  • Split and Multi-part archives

File Management

  • Add/remove/update files and folders in existing ZIP files
  • Read/write files on-the-fly without fully decompressing
  • Work with large files (>4GB) and Unicode file names
  • Create self-extracting archives (SFX)
  • Supports memory, stream, or file-based operations

Performance & Integration

  • Optimized for high-speed compression
  • Fully managed .NET code (no native dependencies)
  • Works in server, desktop, mobile, and cloud apps

Compatibility

  • .NET Framework 4.0 and later

  • .NET 5 and later

  • .NET Standard 2.0 and later

  • Runs on Windows, macOS, and Linux

  • Works in desktop, web, and cloud environments

  • Integrates with ASP.NET, Blazor, and Xamarin applications


Features

Feature Description
ZIP File Creation Build standard ZIP archives from scratch with optional encryption
ZIP File Extraction Extract files to disk, memory, or streams
Encryption Support AES 128/256 and standard PKZIP encryption
File Filtering Include/exclude files using wildcards or attributes
Self-Extracting Archives Generate standalone EXEs from ZIP files
Multi-Format Support Work with GZip, TAR, BZip2, and Deflate
Large File Support Handle files over 4GB and archives with thousands of entries
Zip64 Support Seamlessly create and extract Zip64-compliant archives
Cross-Platform Works on Windows, Linux, macOS — desktop and server

Get Started

Install via NuGet:

dotnet add package Xceed.Products.Zip.Full

Add the license key in your application code:

static void Main( string[] args )
{
  Xceed.Zip.Licenser.LicenseKey = "ZINXX-XXXXX-XXXXX-XXXX";
  
  Console.WriteLine( "Hello World!" );
}

Read the full documentation licensing article here.


Documentation and Resources

Resource Link
Product Page & Pricing Xceed Zip for .NET
Documentation Online Documentation
NuGet Package NuGet Package
Blog & Updates Xceed Blog
Support Forum Xceed Support
License Details Xceed Licensing
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.3.25608.7354 2,304 12/8/2025
7.3.25458.6687 4,755 9/9/2025
7.2.25228.6184 2,605 5/2/2025
7.2.25102.5775 1,899 2/3/2025
7.1.24152.2253 21,322 3/4/2024
7.1.23524.1212 13,047 10/25/2023
7.1.23156.243 14,796 4/3/2023
7.1.22574.1922 11,460 11/25/2022
7.0.21480.13520 16,794 10/1/2021
6.9.21072.16380 9,968 1/26/2021
6.8.20412.1505 10,404 8/26/2020
6.7.19076.18060 13,447 1/30/2019

See Xceed Zip fopr .NET web site for complete release notes: https://xceed.com/release-notes/#zip-net-7.3.25608.7354