7z.Libs 15.12.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package 7z.Libs --version 15.12.1
                    
NuGet\Install-Package 7z.Libs -Version 15.12.1
                    
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="7z.Libs" Version="15.12.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="7z.Libs" Version="15.12.1" />
                    
Directory.Packages.props
<PackageReference Include="7z.Libs" />
                    
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 7z.Libs --version 15.12.1
                    
#r "nuget: 7z.Libs, 15.12.1"
                    
#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.
#addin nuget:?package=7z.Libs&version=15.12.1
                    
Install 7z.Libs as a Cake Addin
#tool nuget:?package=7z.Libs&version=15.12.1
                    
Install 7z.Libs as a Cake Tool

7-Zip. File archiver with high compression ratio - www.7-zip.org
   
   [ x86 + x64 ]

   For Native C/C++ and .NET projects via Conari engine or SevenZipSharp, etc.:
   * To prevent copying into output path of your project, define msbuild property `NG7zLibsCopyToOutput` as false.
   * For work with solution level or for manually adding, use GetNuTool.
   
   The current package is unofficial and provides next libraries of the 7-Zip engine:
   * 7z.dll    - Full 7-Zip engine for work with all available formats.
   * 7za.dll   - compact version of 7z.dll library for 7z archives.
   * 7zxa.dll  - compact version of 7z.dll library for extracting from 7z archives.
   
The structure of package:
* \bin\x86\
* \bin\x64\    
* \build\native\
* \build\net\

~~~~~~~~
Alternative to get package:

* https://github.com/3F/GetNuTool
---------------------------------------------------------
msbuild.exe gnt.core /p:ngpackages="7z.Libs/15.12.1"
---------------------------------------------------------

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on 7z.Libs:

Repository Stars
SteamAutoCracks/Steam-auto-crack
Steam Game Automatic Cracker
Version Downloads Last updated
24.9.0 3,442 11/30/2024
24.8.1 1,526 11/23/2024
24.7.0 2,990 6/28/2024
24.6.0 1,429 6/7/2024
24.5.0 243 5/27/2024
23.1.0 9,540 12/10/2023
22.1.0 610 12/10/2023
22.0.0 537 12/10/2023
21.7.0 59,169 2/17/2022
21.6.0 27,162 12/14/2021
19.0.2 70,604 6/18/2020
18.6.0 4,597 3/11/2019
18.5.0 33,581 6/11/2018
18.1.0 4,728 6/11/2018
16.4.0 11,571 10/9/2016
16.2.1 4,712 10/9/2016
15.12.1 5,061 10/9/2016
9.20.1 5,277 10/9/2016

Original libraries v15.12 /Package #2 provides build-targets for native C/C++ and .NET projects.