Soenneker.Libraries.SevenZip 4.0.504

Prefix Reserved
dotnet add package Soenneker.Libraries.SevenZip --version 4.0.504
                    
NuGet\Install-Package Soenneker.Libraries.SevenZip -Version 4.0.504
                    
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="Soenneker.Libraries.SevenZip" Version="4.0.504" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Libraries.SevenZip" Version="4.0.504" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Libraries.SevenZip" />
                    
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 Soenneker.Libraries.SevenZip --version 4.0.504
                    
#r "nuget: Soenneker.Libraries.SevenZip, 4.0.504"
                    
#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 Soenneker.Libraries.SevenZip@4.0.504
                    
#: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=Soenneker.Libraries.SevenZip&version=4.0.504
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Libraries.SevenZip&version=4.0.504
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

Soenneker.Libraries.SevenZip

The standalone 7-Zip command-line executable packaged for Windows .NET applications.

Install

dotnet add package Soenneker.Libraries.SevenZip

The package copies 7za.exe beneath the application output directory:

string sevenZip = Path.Combine(AppContext.BaseDirectory, "Resources", "7za.exe");

This package supplies the executable but does not run it or provide a managed archive API. Pass archive names, passwords, and output paths through ProcessStartInfo.ArgumentList; do not construct a shell command by concatenating them.

Always check the process exit code. When extracting untrusted archives, use a dedicated empty directory and enforce limits on archive size, extracted size, file count, and processing time before moving files into their final location.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Soenneker.Libraries.SevenZip:

Package Downloads
Soenneker.Compression.SevenZip

A utility library for 7zip compression related operations

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.504 1,262 9/4/2026
4.0.433 5,119 6/26/2026
4.0.374 3,594 4/28/2026
4.0.267 5,695 3/2/2026
4.0.248 1,394 2/12/2026
4.0.213 2,636 1/8/2026
4.0.6 124 3/12/2026
4.0.5 127 3/12/2026
4.0.4 119 3/12/2026
4.0.3 121 3/12/2026
3.0.83 6,141 8/31/2025
3.0.82 303 8/30/2025
3.0.78 475 8/26/2025
3.0.55 1,397 8/3/2025
3.0.26 770 7/5/2025
3.0.20 559 6/30/2025
3.0.19 311 6/29/2025
3.0.12 503 6/27/2025
3.0.8 403 6/25/2025
3.0.3 290 6/25/2025
Loading failed