VOOZH about

URL: https://www.nuget.org/packages/CloudinaryDotNet/

⇱ NuGet Gallery | CloudinaryDotNet 1.29.2




👁 Image
CloudinaryDotNet 1.29.2

dotnet add package CloudinaryDotNet --version 1.29.2
 
 
NuGet\Install-Package CloudinaryDotNet -Version 1.29.2
 
 
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="CloudinaryDotNet" Version="1.29.2" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CloudinaryDotNet" Version="1.29.2" />
 
Directory.Packages.props
<PackageReference Include="CloudinaryDotNet" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CloudinaryDotNet --version 1.29.2
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CloudinaryDotNet, 1.29.2"
 
 
#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.
#:package CloudinaryDotNet@1.29.2
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CloudinaryDotNet&version=1.29.2
 
Install as a Cake Addin
#tool nuget:?package=CloudinaryDotNet&version=1.29.2
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

👁 Build status
👁 NuGet Badge
👁 NuGet Downloads

Cloudinary .NET SDK

About

The Cloudinary .NET SDK allows you to quickly and easily integrate your application with Cloudinary. Effortlessly optimize, transform, upload and manage your cloud's assets.

Note

This Readme provides basic installation and usage information. For the complete documentation, see the .NET SDK Guide.

Table of Contents

Key Features

Version Support

SDK Version .NET Framework 4.5.2 - 4.8 .NET Standard 1.3 and up .NET Core .NET 5 - 9
1.x

Installation

CloudinaryDotNet is available as NuGet package CloudinaryDotNet

Install using Package Manager:

PM> Install-Package CloudinaryDotNet

Usage

Setup

using CloudinaryDotNet;
using CloudinaryDotNet.Actions;

var cloudinary = new Cloudinary();

Transform and Optimize Assets

var url = cloudinary.Api.UrlImgUp.Transform(new Transformation().Width(100).Height(150).Crop("fill")).BuildUrl("sample.jpg")

Upload

var uploadParams = new ImageUploadParams()
{
 File = new FileDescription(@"c:\mypicture.jpg")
};

var uploadResult = cloudinary.Upload(uploadParams);

Code Samples

You can find our simple and ready-to-use samples projects, along with documentations in the samples folder.

Please consult with the README file, for usage and explanations.

Security options

Contributions

  • Ensure tests run locally
  • Open a PR and ensure Travis tests pass

Get Help

If you run into an issue or have a question, you can either:

About Cloudinary

Cloudinary is a powerful media API for websites and mobile apps alike, Cloudinary enables developers to efficiently manage, transform, optimize, and deliver images and videos through multiple CDNs. Ultimately, viewers enjoy responsive and personalized visual-media experiences—irrespective of the viewing device.

Additional Resources

Licence

Released under the MIT license.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp1.0 netcoreapp1.0 was computed.  netcoreapp1.1 netcoreapp1.1 was computed.  netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 netstandard1.3 is compatible.  netstandard1.4 netstandard1.4 was computed.  netstandard1.5 netstandard1.5 was computed.  netstandard1.6 netstandard1.6 was computed.  netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net452 net452 is compatible.  net46 net46 was computed.  net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen30 tizen30 was computed.  tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Universal Windows Platform uap uap was computed.  uap10.0 uap10.0 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (43)

Showing the top 5 NuGet packages that depend on CloudinaryDotNet:

Package Downloads
DocWorks.Common

This is common code in DocWorks CMS Application

VeeFriends.Restream.Chat

The VeeFriends Restream Chat Library provides a seamless integration with both Twilio and Restream, allowing developers to manage and relay chat messages across multiple platforms. It includes classes for handling chat events, messages, and user interactions, along with configuration options for customization. With a focus on performance and scalability, this library is designed to meet the needs of real-time chat applications.

VeeFriends.ColorProfiler

Image color profiler.

VeeFriends.WikiImporter

VeeFriends Wiki Importer - A .NET library for automating the import of character data from ClickUp, enhanced with AI and media integrations.

Wikandoo.Application

Couche application du framework Wikandoo avec les DTOs, services applicatifs, gestion multimédia (Cloudinary) et génération de rapports (EPPlus)

GitHub repositories (12)

Showing the top 12 popular GitHub repositories that depend on CloudinaryDotNet:

Repository Stars
kodlamaio-projects/nArchitecture
Inspired by Clean Architecture, nArchitecture is a monolith project which uses advanced techniques.
TryCatchLearn/DatingApp-v6
TryCatchLearn/DatingApp
TryCatchLearn/Reactivities-v6
TryCatchLearn/Reactivities-net7react18
TryCatchLearn/Reactivities_2.2
Repository for Reactivities training course using .Net Core, React (with Typescript), Mobx. .Net Core 2.2 version
SoftUni/csharp-web
This is the official GitHub repository for the C# Web Development courses @ SoftUni
nhonvo/clean-architecture-net-8.0
Clean Architecture Web API Project
TryCatchLearn/DatingApp_2.2_Archive
youssefbennour/AspNetCore.Starter
A modular-monolith ASP.NET Core starter inspired by Evolutionary-architecture
TryCatchLearn/DatingApp30
Repo for dotnet core 3.0
melikpehlivanov/AuctionSystem
Auction system written in ASP.NET Core
Version Downloads Last Updated
1.29.2 2,651 6/11/2026
1.29.1 40,015 5/10/2026
1.29.0 12,730 4/29/2026
1.28.0 208,975 1/20/2026
1.27.9 108,910 11/25/2025
1.27.8 95,064 10/5/2025
1.27.7 77,583 8/25/2025
1.27.6 117,599 6/17/2025
1.27.5 151,576 3/24/2025
1.27.4 72,341 2/11/2025
1.27.3 6,962 2/6/2025
1.27.2 41,812 1/23/2025
1.27.1 73,767 12/20/2024
1.27.0 19,020 12/16/2024
1.26.2 754,236 3/16/2024
1.26.1 2,540 3/14/2024
1.26.0 36,912 2/26/2024
1.25.1 43,812 2/7/2024
1.25.0 53,120 1/7/2024
1.24.0 73,209 12/6/2023
Loading failed