Platform.VirtualFileSystem.Providers.Zip
1.2.1.124
Install-Package Platform.VirtualFileSystem.Providers.Zip -Version 1.2.1.124
dotnet add 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 |
---|---|
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- 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 | 1,848 | 2/6/2016 |
1.2.1.122 | 3,349 | 2/6/2016 |
1.2.0.120-rc1 | 912 | 12/6/2015 |
1.2.0.116-rc1 | 690 | 12/6/2015 |
1.1.0.109 | 1,600 | 7/4/2015 |
1.1.0.102 | 1,392 | 11/15/2014 |
1.1.0.101 | 1,056 | 11/15/2014 |
1.0.0.87 | 1,458 | 11/7/2014 |
1.0.0.79 | 827 | 10/9/2014 |
1.0.0.76 | 838 | 9/11/2014 |
1.0.0.70 | 844 | 7/9/2014 |
1.0.0.68 | 885 | 6/23/2014 |
1.0.0.54 | 969 | 1/9/2014 |
1.0.0.53 | 847 | 1/9/2014 |
1.0.0.52 | 837 | 1/9/2014 |
1.0.0.46 | 1,032 | 5/26/2013 |
1.0.0.45 | 952 | 5/26/2013 |
1.0.0.42 | 946 | 5/7/2013 |
1.0.0.40 | 961 | 5/6/2013 |
1.0.0.39 | 941 | 5/6/2013 |
1.0.0.38 | 956 | 5/6/2013 |
1.0.0.37 | 1,087 | 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