CloudinaryDotNet 1.26.0
See the version list below for details.
dotnet add package CloudinaryDotNet --version 1.26.0
NuGet\Install-Package CloudinaryDotNet -Version 1.26.0
<PackageReference Include="CloudinaryDotNet" Version="1.26.0" />
paket add CloudinaryDotNet --version 1.26.0
#r "nuget: CloudinaryDotNet, 1.26.0"
// Install CloudinaryDotNet as a Cake Addin #addin nuget:?package=CloudinaryDotNet&version=1.26.0 // Install CloudinaryDotNet as a Cake Tool #tool nuget:?package=CloudinaryDotNet&version=1.26.0
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
- Transform and optimize assets.
- Generate image and video tags.
- Asset Management.
- Secure URLs.
Version Support
SDK Version | .NET Framework 4.5.2 - 4.8 | .NET Standard 1.3 and up | .NET Core | .NET 5 - 8 |
---|---|---|---|---|
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:
- Issues related to the SDK: Open a GitHub issue.
- Issues related to your account: Open a support ticket
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
- Cloudinary Transformation and REST API References: Comprehensive references, including syntax and examples for all SDKs.
- MediaJams.dev: Bite-size use-case tutorials written by and for Cloudinary Developers
- DevJams: Cloudinary developer podcasts on YouTube.
- Cloudinary Academy: Free self-paced courses, instructor-led virtual courses, and on-site courses.
- Code Explorers and Feature Demos: A one-stop shop for all code explorers, Postman collections, and feature demos found in the docs.
- Cloudinary Roadmap: Your chance to follow, vote, or suggest what Cloudinary should develop next.
- Cloudinary Facebook Community: Learn from and offer help to other Cloudinary developers.
- Cloudinary Account Registration: Free Cloudinary account registration.
- Cloudinary Website: Learn about Cloudinary's products, partners, customers, pricing, and more.
Licence
Released under the MIT license.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.2
- Newtonsoft.Json (>= 13.0.3)
- System.Net.Http (>= 4.3.4)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Text.RegularExpressions (>= 4.3.1)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 13.0.3)
- System.Net.Http (>= 4.3.4)
- System.Text.RegularExpressions (>= 4.3.1)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.3)
- System.Net.Http (>= 4.3.4)
- System.Text.RegularExpressions (>= 4.3.1)
NuGet packages (24)
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. |
|
Wikandoo.Application
Package Description |
|
CloudyCMS
Description |
GitHub repositories (11)
Showing the top 5 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/Reactivities-v6
|
|
TryCatchLearn/DatingApp
|
|
TryCatchLearn/Reactivities
|
Version | Downloads | Last updated |
---|---|---|
1.26.2 | 236,623 | 3/16/2024 |
1.26.1 | 1,043 | 3/14/2024 |
1.26.0 | 22,597 | 2/26/2024 |
1.25.1 | 22,902 | 2/7/2024 |
1.25.0 | 38,305 | 1/7/2024 |
1.24.0 | 48,813 | 12/6/2023 |
1.23.0 | 58,196 | 11/6/2023 |
1.22.0 | 166,817 | 7/31/2023 |
1.21.0 | 75,126 | 6/5/2023 |
1.20.0 | 404,271 | 9/25/2022 |
1.19.0 | 109,599 | 6/30/2022 |
1.18.1 | 61,283 | 6/8/2022 |
1.18.0 | 8,475 | 5/29/2022 |
1.17.0 | 173,294 | 1/17/2022 |
1.16.0 | 12,619 | 1/5/2022 |
1.15.2 | 197,778 | 6/8/2021 |
1.15.1 | 246,932 | 3/26/2021 |
1.15.0 | 38,177 | 3/5/2021 |
1.14.0 | 246,173 | 11/24/2020 |
1.13.2 | 9,504 | 11/11/2020 |
1.13.1 | 62,638 | 9/21/2020 |
1.13.0 | 5,807 | 9/17/2020 |
1.12.0 | 37,525 | 8/17/2020 |
1.11.0 | 102,622 | 5/28/2020 |
1.10.0 | 226,174 | 1/29/2020 |
1.9.1 | 54,321 | 11/18/2019 |
1.9.0 | 3,417 | 11/17/2019 |
1.8.0 | 218,047 | 4/23/2019 |
1.7.0 | 200,386 | 3/14/2019 |
1.6.0 | 211,669 | 12/19/2018 |
1.5.0 | 32,671 | 11/14/2018 |
1.4.1 | 11,535 | 10/11/2018 |
1.3.1 | 97,666 | 5/22/2018 |
1.3.0 | 16,809 | 4/22/2018 |
1.2.0 | 231,037 | 3/15/2018 |
1.1.1 | 41,325 | 11/21/2017 |
1.1.0 | 2,506 | 11/21/2017 |
1.1.0-rc1 | 2,582 | 10/4/2017 |
1.0.30 | 103,733 | 1/14/2017 |
1.0.29 | 2,972 | 1/5/2017 |
1.0.28 | 2,627 | 12/22/2016 |
1.0.27 | 14,011 | 11/10/2016 |
1.0.26 | 27,727 | 9/2/2016 |
1.0.25 | 2,905 | 8/18/2016 |
1.0.24 | 5,417 | 7/15/2016 |
1.0.23 | 46,615 | 12/21/2015 |
1.0.22 | 57,461 | 5/10/2015 |
1.0.21 | 16,152 | 3/24/2015 |
1.0.20 | 11,360 | 1/10/2015 |
1.0.19 | 2,201 | 1/10/2015 |
1.0.18 | 2,314 | 1/9/2015 |
1.0.17 | 23,566 | 6/19/2014 |
1.0.16 | 2,478 | 5/27/2014 |
1.0.15 | 2,653 | 5/19/2014 |
1.0.14 | 3,431 | 3/17/2014 |
1.0.13 | 4,637 | 1/28/2014 |
1.0.12 | 4,490 | 11/14/2013 |
1.0.11 | 2,408 | 11/8/2013 |
1.0.10 | 3,978 | 9/12/2013 |
1.0.9 | 2,625 | 8/22/2013 |
1.0.8 | 2,399 | 8/21/2013 |
1.0.7 | 2,919 | 8/8/2013 |
1.0.6 | 3,519 | 7/23/2013 |
1.0.5 | 4,706 | 4/2/2013 |
1.0.4 | 2,422 | 3/14/2013 |
1.0.3 | 2,596 | 1/17/2013 |