Squid-Box.SevenZipSharp
1.5.0.366
dotnet add package Squid-Box.SevenZipSharp --version 1.5.0.366
NuGet\Install-Package Squid-Box.SevenZipSharp -Version 1.5.0.366
<PackageReference Include="Squid-Box.SevenZipSharp" Version="1.5.0.366" />
paket add Squid-Box.SevenZipSharp --version 1.5.0.366
#r "nuget: Squid-Box.SevenZipSharp, 1.5.0.366"
// Install Squid-Box.SevenZipSharp as a Cake Addin
#addin nuget:?package=Squid-Box.SevenZipSharp&version=1.5.0.366
// Install Squid-Box.SevenZipSharp as a Cake Tool
#tool nuget:?package=Squid-Box.SevenZipSharp&version=1.5.0.366
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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.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 net481 |
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 (4)
Showing the top 4 NuGet packages that depend on Squid-Box.SevenZipSharp:
Package | Downloads |
---|---|
WinCopies.IO.Shell
WinCopies framework assembly for basic I/O operations |
|
WinCopies.GUI.Shell
Package Description |
|
cz.libs
net core cz.app 基础类库 |
|
WinCopies.Console
Package Description |
GitHub repositories (11)
Showing the top 5 popular GitHub repositories that depend on Squid-Box.SevenZipSharp:
Repository | Stars |
---|---|
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
|
|
TCNOco/TcNo-Acc-Switcher
A Super-fast account switcher for Steam, Battle.net, Epic Games, Origin, Riot, Ubisoft and many others!
|
|
Nexus-Mods/Nexus-Mod-Manager
|
|
thoemmi/7Zip4Powershell
Powershell module for creating and extracting 7-Zip archives
|
|
Flangvik/CobaltBus
Cobalt Strike External C2 Integration With Azure Servicebus, C2 traffic via Azure Servicebus
|
Version | Downloads | Last updated |
---|---|---|
1.5.0.366 | 67,813 | 8/15/2021 |
1.4.0.345 | 21,465 | 4/12/2021 |
1.3.318 | 17,149 | 3/5/2021 |
1.3.283 | 66,431 | 5/1/2020 |
1.2.265 | 5,503 | 3/21/2020 |
1.2.258 | 8,464 | 2/21/2020 |
1.2.242 | 13,787 | 12/24/2019 |
1.2.231 | 22,390 | 10/5/2019 |
1.2.219 | 1,034 | 9/19/2019 |
1.2.201 | 712 | 9/12/2019 |
1.2.191 | 494 | 9/12/2019 |
1.2.184 | 7,432 | 6/8/2019 |
1.1.144 | 1,698 | 4/20/2019 |
1.1.136 | 2,040 | 3/5/2019 |
1.1.126 | 1,667 | 2/6/2019 |
1.1.106 | 13,016 | 8/13/2018 |
1.1.96 | 704 | 8/1/2018 |
1.1.91 | 996 | 7/31/2018 |
1.1.53 | 680 | 7/27/2018 |
1.1.22 | 718 | 7/22/2018 |
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.