stefanof95.SevenZipSharp
1.5.1
.NET Core 3.1
.NET Standard 2.0
.NET Framework 4.5
Install-Package stefanof95.SevenZipSharp -Version 1.5.1
dotnet add package stefanof95.SevenZipSharp --version 1.5.1
<PackageReference Include="stefanof95.SevenZipSharp" Version="1.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add stefanof95.SevenZipSharp --version 1.5.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: stefanof95.SevenZipSharp, 1.5.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install stefanof95.SevenZipSharp as a Cake Addin
#addin nuget:?package=stefanof95.SevenZipSharp&version=1.5.1
// Install stefanof95.SevenZipSharp as a Cake Tool
#tool nuget:?package=stefanof95.SevenZipSharp&version=1.5.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Wraps 7z.dll or any compatible one and makes use of LZMA SDK, includes self-extraction functionality.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- System.Configuration.ConfigurationManager (>= 4.5.0)
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- System.Configuration.ConfigurationManager (>= 4.5.0)
- System.Security.Permissions (>= 4.5.0)
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 |
---|---|---|
1.5.1 | 163 | 11/29/2021 |
Added new NuGet package excluding self-extraction functionality (stefanof95.SevenZipSharp.Lite).
Added .NET Core 3.1 target, to prepare for future fixes.
Fixed issue with custom compression parameters for multithreading.
Fixed issue with exception handling in asynchronous compression and extraction methods, thanks to GitHub user kikijiki.