Platform.VirtualFileSystem.Providers.Zip
1.2.1.124
dotnet add package Platform.VirtualFileSystem.Providers.Zip --version 1.2.1.124
NuGet\Install-Package Platform.VirtualFileSystem.Providers.Zip -Version 1.2.1.124
<PackageReference Include="Platform.VirtualFileSystem.Providers.Zip" Version="1.2.1.124" />
paket add Platform.VirtualFileSystem.Providers.Zip --version 1.2.1.124
#r "nuget: Platform.VirtualFileSystem.Providers.Zip, 1.2.1.124"
// Install Platform.VirtualFileSystem.Providers.Zip as a Cake Addin #addin nuget:?package=Platform.VirtualFileSystem.Providers.Zip&version=1.2.1.124 // Install Platform.VirtualFileSystem.Providers.Zip as a Cake Tool #tool nuget:?package=Platform.VirtualFileSystem.Providers.Zip&version=1.2.1.124
Adds zip scheme/file support to Platform.VirtualFileSystem.
Platform.VirtualFileSystem is a powerful .NET library that provides a uniform and cross-platform abstraction layer for file systems. It is similar to VFS features of various operating systems like Linux except it all runs in managed code.
You can use one common API for accessing files from various sources (local, http, zip etc) as well as create user-defined file systems using views and overlays.
Find out more at: https://github.com/platformdotnet/Platform.VirtualFileSystem
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Platform.VirtualFileSystem (>= 1.2.1.124)
- SharpZipLib
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Platform.VirtualFileSystem.Providers.Zip:
Package | Downloads |
---|---|
Platform.VirtualFileSystem.Zip
This package is old. Please use the Platform.VirtualFileSystem.Providers.Zip package. Find out more at: https://github.com/platformdotnet/Platform.VirtualFileSystem |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1.124 | 3,652 | 2/6/2016 |
1.2.1.122 | 8,539 | 2/6/2016 |
1.2.0.120-rc1 | 1,125 | 12/6/2015 |
1.2.0.116-rc1 | 875 | 12/6/2015 |
1.1.0.109 | 1,911 | 7/4/2015 |
1.1.0.102 | 1,760 | 11/15/2014 |
1.1.0.101 | 1,363 | 11/15/2014 |
1.0.0.87 | 1,756 | 11/7/2014 |
1.0.0.79 | 1,123 | 10/9/2014 |
1.0.0.76 | 1,104 | 9/11/2014 |
1.0.0.70 | 1,155 | 7/9/2014 |
1.0.0.68 | 1,183 | 6/23/2014 |
1.0.0.54 | 1,286 | 1/9/2014 |
1.0.0.53 | 1,159 | 1/9/2014 |
1.0.0.52 | 1,126 | 1/9/2014 |
1.0.0.46 | 1,344 | 5/26/2013 |
1.0.0.45 | 1,271 | 5/26/2013 |
1.0.0.42 | 1,261 | 5/7/2013 |
1.0.0.40 | 1,287 | 5/6/2013 |
1.0.0.39 | 1,270 | 5/6/2013 |
1.0.0.38 | 1,297 | 5/6/2013 |
1.0.0.37 | 1,497 | 5/6/2013 |
- Added support for specifying zip file passwords.
- Added support for resolving file systems by URI from IFileSystemManager
-- Previous --
- Now requires .NET 4.52