Unzip 0.5.0

dotnet add package Unzip --version 0.5.0
NuGet\Install-Package Unzip -Version 0.5.0
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="Unzip" Version="0.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Unzip --version 0.5.0
#r "nuget: Unzip, 0.5.0"
#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.
// Install Unzip as a Cake Addin
#addin nuget:?package=Unzip&version=0.5.0

// Install Unzip as a Cake Tool
#tool nuget:?package=Unzip&version=0.5.0

Tiny unzip helper class for .NET 3.5 Client Profile and Mono 2.10. This package is source-code only, it copies single Unzip.cs file to the Internals folder of your project.

There are no supported framework assets in this 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 Unzip:

Repository Stars
xyonico/BeatSaberSongLoader
A plugin for adding custom songs into Beat Saber
Version Downloads Last updated
0.5.0 20,844 11/12/2013
0.4.0 1,185 11/8/2013
0.3.0 1,472 7/25/2013
0.2.0 1,377 12/7/2012

Added progress indicator event, merged refactorings contributed by Per Lundberg.