Cloudtenary 1.0.2
dotnet add package Cloudtenary --version 1.0.2
NuGet\Install-Package Cloudtenary -Version 1.0.2
<PackageReference Include="Cloudtenary" Version="1.0.2" />
<PackageVersion Include="Cloudtenary" Version="1.0.2" />
<PackageReference Include="Cloudtenary" />
paket add Cloudtenary --version 1.0.2
#r "nuget: Cloudtenary, 1.0.2"
#:package Cloudtenary@1.0.2
#addin nuget:?package=Cloudtenary&version=1.0.2
#tool nuget:?package=Cloudtenary&version=1.0.2
Cloudtenary Package
Table of Contents
Introduction
This package is aimed at simplifying and speeding up connection to Cloudinary. Provides utility methods for uploading to and deleting files from your Cloudinary account.
Getting Started
Download the package Cloudtenary
. Add CloudtenarySettings
section to your appsettings or secrets and specify CloudName, Key, and Secret keys and their values.
- In the
Program.cs
or theStartup.cs
class, add theAddCloudtenary()
method to the service pipeline. In addition to theIServiceCollections
, the extension method also accepts theIConfiguration
interface.
Usage Guide
After registering the package, you can then inject the ICloudtenary
interface into your class to call the methods defined.
Links
To view the source code or get in touch:
Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- CloudinaryDotNet (>= 1.26.2)
- Microsoft.Extensions.Configuration.Abstractions (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.