Platform.VirtualFileSystem.DataFile 1.2.1.124

dotnet add package Platform.VirtualFileSystem.DataFile --version 1.2.1.124
                    
NuGet\Install-Package Platform.VirtualFileSystem.DataFile -Version 1.2.1.124
                    
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.DataFile" Version="1.2.1.124" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Platform.VirtualFileSystem.DataFile" Version="1.2.1.124" />
                    
Directory.Packages.props
<PackageReference Include="Platform.VirtualFileSystem.DataFile" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Platform.VirtualFileSystem.DataFile --version 1.2.1.124
                    
#r "nuget: Platform.VirtualFileSystem.DataFile, 1.2.1.124"
                    
#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.
#addin nuget:?package=Platform.VirtualFileSystem.DataFile&version=1.2.1.124
                    
Install Platform.VirtualFileSystem.DataFile as a Cake Addin
#tool nuget:?package=Platform.VirtualFileSystem.DataFile&version=1.2.1.124
                    
Install Platform.VirtualFileSystem.DataFile as a Cake Tool

Adds support for super simple persistence of objects as XML files to Platform.VirtualFileSystem.
  
   Platform.VirtualFileSystem is a powerful .NET library that provides a uniform and cross-platform abstraction layer for file systems.
   
   Find out more at: https://github.com/platformdotnet/Platform.VirtualFileSystem

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.1.124 1,383 2/6/2016
1.2.1.122 1,065 2/6/2016
1.2.0.120-rc1 949 12/6/2015
1.2.0.116-rc1 991 12/6/2015
1.1.0.109 1,192 7/4/2015
1.1.0.102 1,429 11/15/2014
1.1.0.101 1,494 11/15/2014
1.0.0.87 1,809 11/7/2014
1.0.0.79 1,197 10/9/2014
1.0.0.76 1,163 9/11/2014
1.0.0.70 1,181 7/9/2014
1.0.0.68 1,287 6/23/2014
1.0.0.54 1,252 1/9/2014
1.0.0.53 1,213 1/9/2014
1.0.0.52 1,223 1/9/2014
1.0.0.46 1,418 5/26/2013
1.0.0.45 1,325 5/26/2013
1.0.0.42 1,307 5/7/2013

- Added support for specifying zip file passwords.
- Added support for resolving file systems by URI from IFileSystemManager
-- Previous --
- Now requires .NET 4.52