Aspose.Storage-Cloud 2.0.0

.NET Framework 2.0
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Aspose.Storage-Cloud --version 2.0.0
NuGet\Install-Package Aspose.Storage-Cloud -Version 2.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="Aspose.Storage-Cloud" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Storage-Cloud --version 2.0.0
#r "nuget: Aspose.Storage-Cloud, 2.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 Aspose.Storage-Cloud as a Cake Addin
#addin nuget:?package=Aspose.Storage-Cloud&version=2.0.0

// Install Aspose.Storage-Cloud as a Cake Tool
#tool nuget:?package=Aspose.Storage-Cloud&version=2.0.0

New generation of Aspose Storage Cloud SDK that provides managers for multiple storage types in Aspose Cloud from .NET applications

Product Versions
.NET Framework net20 net35 net40 net403 net45 net451 net452 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 (1)

Showing the top 1 NuGet packages that depend on Aspose.Storage-Cloud:

Package Downloads
Aspose.Video-Cloud

Aspose.Video for Cloud SDK allows you to edit video file properties such as FPS, aspect ratio and resolution from .NET applications. You can also convert video to different formats and re-encode it with the different video codec.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Aspose.Storage Cloud SDK for .NET 2.0.0 Release Notes
     This is fully reworked version of .NET Cloud SDK. Notable advantages over previous generation include the following:
     * Classes, methods and properties have comments and are IDE-friendly.
     * Added OAuth2 authentication which is the official authentication method we support. Removed the old authentication system.
     * Usage of Request/Response classes to represent long lists of parameters. This allows for cleaner code and easier backwards-compatibility going forward.
     * SaaSposeResponse root element was renamed to AsposeResponse.