CloudFS 1.0.8-alpha
See the version list below for details.
dotnet add package CloudFS --version 1.0.8-alpha
NuGet\Install-Package CloudFS -Version 1.0.8-alpha
<PackageReference Include="CloudFS" Version="1.0.8-alpha" />
paket add CloudFS --version 1.0.8-alpha
#r "nuget: CloudFS, 1.0.8-alpha"
// Install CloudFS as a Cake Addin #addin nuget:?package=CloudFS&version=1.0.8-alpha&prerelease // Install CloudFS as a Cake Tool #tool nuget:?package=CloudFS&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 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. |
-
.NETFramework 4.6
- Box.V2 (>= 2.11.0)
- CopyRestApi (>= 1.1.0)
- Google.Apis.Drive.v2 (>= 1.16.0.596)
- Google.Apis.Drive.v3 (>= 1.16.0.596)
- MegaApiClient (>= 1.2.2)
- Microsoft.AspNet.WebApi.Client (>= 5.2.3)
- Microsoft.Composition (>= 1.0.30)
- Microsoft.IdentityModel.Clients.ActiveDirectory (>= 3.13.2)
- Microsoft.OneDriveSDK (>= 1.1.47)
- Newtonsoft.Json (>= 9.0.1)
- SemanticTypes (>= 1.0.0)
- SwiftClient (>= 2.0.0)
- YandexDisk.Client (>= 1.0.7)
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,861 | 3/30/2017 |
1.0.10.1-beta | 993 | 10/5/2016 |
1.0.10-beta | 800 | 10/1/2016 |
1.0.9.1-alpha | 831 | 8/30/2016 |
1.0.9-alpha | 831 | 8/29/2016 |
1.0.8-alpha | 808 | 8/25/2016 |
1.0.7-alpha | 822 | 8/7/2016 |
1.0.6-alpha | 951 | 5/20/2016 |
1.0.2-alpha | 804 | 1/24/2016 |
1.0.1-alpha | 1,043 | 1/19/2016 |
1.0.0-alpha | 874 | 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.