Platform.VirtualFileSystem.Providers.Zip 1.1.0.102

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

// Install Platform.VirtualFileSystem.Providers.Zip as a Cake Tool
#tool nuget:?package=Platform.VirtualFileSystem.Providers.Zip&version=1.1.0.102

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 Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0.102 361 11/15/2014
1.1.0.101 251 11/15/2014
1.0.0.87 661 11/7/2014
1.0.0.79 74 10/9/2014
1.0.0.76 76 9/11/2014
1.0.0.70 94 7/9/2014
1.0.0.68 57 6/23/2014
1.0.0.54 73 1/9/2014
1.0.0.53 48 1/9/2014
1.0.0.52 50 1/9/2014
1.0.0.46 47 5/26/2013
1.0.0.45 47 5/26/2013
1.0.0.42 46 5/7/2013
1.0.0.40 46 5/6/2013
1.0.0.39 45 5/6/2013
1.0.0.38 47 5/6/2013
1.0.0.37 50 5/6/2013

Now requires .NET 4.0. Legacy code cleanup.