CloudFS 1.0.7-alpha
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
<PackageReference Include="CloudFS" Version="1.0.7-alpha" />
paket add CloudFS --version 1.0.7-alpha
#r "nuget: CloudFS, 1.0.7-alpha"
// 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 | 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.10.0)
- CopyRestApi (>= 1.1.0)
- Google.Apis.Drive.v2 (>= 1.15.0.567)
- Google.Apis.Drive.v3 (>= 1.15.0.567)
- MegaApiClient (>= 1.2.2)
- Microsoft.AspNet.WebApi.Client (>= 5.2.3)
- Microsoft.Composition (>= 1.0.30)
- Microsoft.IdentityModel.Clients.ActiveDirectory (>= 3.10.0)
- Microsoft.OneDriveSDK (>= 1.1.47)
- Newtonsoft.Json (>= 9.0.1)
- SemanticTypes (>= 0.12.0)
- SwiftClient (>= 1.2.2)
- 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,870 | 3/30/2017 |
1.0.10.1-beta | 997 | 10/5/2016 |
1.0.10-beta | 803 | 10/1/2016 |
1.0.9.1-alpha | 834 | 8/30/2016 |
1.0.9-alpha | 836 | 8/29/2016 |
1.0.8-alpha | 813 | 8/25/2016 |
1.0.7-alpha | 825 | 8/7/2016 |
1.0.6-alpha | 956 | 5/20/2016 |
1.0.2-alpha | 807 | 1/24/2016 |
1.0.1-alpha | 1,046 | 1/19/2016 |
1.0.0-alpha | 879 | 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