CloudFS-Signed 1.0.8-alpha

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

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

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

Product Versions
.NET Framework net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
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-Signed:

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,594 3/30/2017
1.0.10.1-beta 909 10/5/2016
1.0.10-beta 723 10/1/2016
1.0.9.1-alpha 784 8/30/2016
1.0.9-alpha 737 8/29/2016
1.0.8-alpha 904 8/25/2016
1.0.7-alpha 743 8/7/2016
1.0.6-alpha 845 5/20/2016
1.0.2-alpha 748 1/24/2016
1.0.1-alpha 982 1/19/2016
1.0.0-alpha 1,010 1/8/2016

- New gateway for generic WebDAV providers added.
     - Support AES encryption of account credentials and access tokens in locally persisted application settings.
     - Fixed concurrent access to locally persisted application settings.
     - Version updates to API libraries for Box, Google Drive, SwiftClient, and SemanticTypes.
     - Activated static code analysis via Coverity Scan.