Squid-Box.SevenZipSharp.Lite
1.5.0.366
Install-Package Squid-Box.SevenZipSharp.Lite -Version 1.5.0.366
dotnet add package Squid-Box.SevenZipSharp.Lite --version 1.5.0.366
<PackageReference Include="Squid-Box.SevenZipSharp.Lite" Version="1.5.0.366" />
paket add Squid-Box.SevenZipSharp.Lite --version 1.5.0.366
#r "nuget: Squid-Box.SevenZipSharp.Lite, 1.5.0.366"
// Install Squid-Box.SevenZipSharp.Lite as a Cake Addin
#addin nuget:?package=Squid-Box.SevenZipSharp.Lite&version=1.5.0.366
// Install Squid-Box.SevenZipSharp.Lite as a Cake Tool
#tool nuget:?package=Squid-Box.SevenZipSharp.Lite&version=1.5.0.366
Wraps 7z.dll or any compatible one and makes use of LZMA SDK. Excludes creation of self-extracting executables, reducing file size.
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 |
-
.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 (1)
Showing the top 1 NuGet packages that depend on Squid-Box.SevenZipSharp.Lite:
Package | Downloads |
---|---|
Sewer56.Update.Extractors.SevenZipSharp
SevenZipSharp integration for Sewer56.Update. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Squid-Box.SevenZipSharp.Lite:
Repository | Stars |
---|---|
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
|
Version | Downloads | Last updated |
---|---|---|
1.5.0.366 | 7,444 | 8/15/2021 |
Added new NuGet package excluding self-extraction functionality (Squid-Box.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.