Cloud.File.Storage.Manager.Common 3.0.0

dotnet add package Cloud.File.Storage.Manager.Common --version 3.0.0
NuGet\Install-Package Cloud.File.Storage.Manager.Common -Version 3.0.0
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="Cloud.File.Storage.Manager.Common" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cloud.File.Storage.Manager.Common --version 3.0.0
#r "nuget: Cloud.File.Storage.Manager.Common, 3.0.0"
#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 Cloud.File.Storage.Manager.Common as a Cake Addin
#addin nuget:?package=Cloud.File.Storage.Manager.Common&version=3.0.0

// Install Cloud.File.Storage.Manager.Common as a Cake Tool
#tool nuget:?package=Cloud.File.Storage.Manager.Common&version=3.0.0

Cloud File Storage Manager

It is the common basis of file manager nuget packages that provides definitions for various file operations, on which any package can be built. Provides complete implementation to handle easily cloud file storage operations like get informations about files, reading, downloadURL generation, file update, file move and delete.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Cloud.File.Storage.Manager.Common:

Package Downloads
Cloud.File.Storage.Manager.AzureBlob

Provides complete implementation to handle easily cloud file storage operations for Azure Blob Storage like get informations about files, reading, downloadURL generation, file update, file move and delete.

Cloud.File.Storage.Manager.Minio

Provides complete implementation to handle easily cloud file storage operations for Minio .NET SDK for Amazon S3 Compatible Cloud Storage like get informations about files, reading, downloadURL generation, file update, file move and delete.

Cloud.File.Storage.Manager.Physical

Provides complete implementation to handle easily cloud file storage operations for Physical Storage like get informations about files, reading, downloadURL generation, file update, file move and delete.

Cloud.File.Storage.Manager.AmazonS3

Provides complete implementation to handle easily cloud file storage operations for Amazon S3 like get informations about files, reading, downloadURL generation, file update, file move and delete.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 110 2/5/2024
2.0.0 222 5/19/2023
1.0.0 218 5/22/2022

- .NET 8 upgrade
- Package upgrade