CloudFS 1.0.7-alpha

This is a prerelease version of CloudFS.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package CloudFS --version 1.0.7-alpha
NuGet\Install-Package CloudFS -Version 1.0.7-alpha
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="CloudFS" Version="1.0.7-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CloudFS --version 1.0.7-alpha
#r "nuget: CloudFS, 1.0.7-alpha"
#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 CloudFS as a Cake Addin
#addin nuget:?package=CloudFS&version=1.0.7-alpha&prerelease

// Install CloudFS as a Cake Tool
#tool nuget:?package=CloudFS&version=1.0.7-alpha&prerelease

The CloudFS library is a collection of .NET assemblies as gateways to various publicly accessible Cloud storage services.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  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 (1)

Showing the top 1 popular GitHub repositories that depend on CloudFS:

Repository Stars
viciousviper/DokanCloudFS
A virtual filesystem for various publicly accessible Cloud storage services on the Microsoft Windows platform.
Version Downloads Last updated
1.0.11-beta 1,821 3/30/2017
1.0.10.1-beta 980 10/5/2016
1.0.10-beta 788 10/1/2016
1.0.9.1-alpha 821 8/30/2016
1.0.9-alpha 821 8/29/2016
1.0.8-alpha 794 8/25/2016
1.0.7-alpha 811 8/7/2016
1.0.6-alpha 938 5/20/2016
1.0.2-alpha 792 1/24/2016
1.0.1-alpha 1,030 1/19/2016
1.0.0-alpha 863 1/8/2016

- Added an explicit authentication method for cloud gateways. All other gateway methods still require successful authentication to the cloud service. **Note:** This breaks compatibility with the previous versions of `ICloudGateway` and `IAsyncCloudGateway`.
     - Migrated gateway for Google Drive and OneDrive to Google Drive API v3 and OneDriveSDK, respectively (previously used API libraries remain available via *_Legacy gateways).
     - MediaFire gateway now supports session token v2 (lifetime 2 years instead of 10 minutes).
     - OneDrive gateway now supports creation of empty files.
     - Fixed cross-thread marshalling of authentication tokens.
     - Version updates to API libraries for Box, Google Drive, OneDrive