{"id":46553937,"url":"https://github.com/cloudinary/cloudinarydotnet","last_synced_at":"2026-03-07T04:01:46.207Z","repository":{"id":6081476,"uuid":"7308030","full_name":"cloudinary/CloudinaryDotNet","owner":"cloudinary","description":"Cloudinary DotNet library","archived":false,"fork":false,"pushed_at":"2026-02-26T19:21:29.000Z","size":17319,"stargazers_count":105,"open_issues_count":17,"forks_count":71,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-02-27T01:24:33.206Z","etag":null,"topics":["cloudinary","cloudinary-api","cloudinary-sdk","dotnet","dotnet-library","dotnet-sdk","hacktoberfest","image-manipulation","sdk-dotnet","video-manipulation"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudinary.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2012-12-24T14:12:38.000Z","updated_at":"2026-02-17T13:01:33.000Z","dependencies_parsed_at":"2023-01-11T17:02:17.903Z","dependency_job_id":"e1575875-4c91-4647-8b26-f221bd8fe278","html_url":"https://github.com/cloudinary/CloudinaryDotNet","commit_stats":null,"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"purl":"pkg:github/cloudinary/CloudinaryDotNet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2FCloudinaryDotNet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2FCloudinaryDotNet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2FCloudinaryDotNet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2FCloudinaryDotNet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudinary","download_url":"https://codeload.github.com/cloudinary/CloudinaryDotNet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2FCloudinaryDotNet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30207392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T03:24:23.086Z","status":"ssl_error","status_checked_at":"2026-03-07T03:23:11.444Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudinary","cloudinary-api","cloudinary-sdk","dotnet","dotnet-library","dotnet-sdk","hacktoberfest","image-manipulation","sdk-dotnet","video-manipulation"],"created_at":"2026-03-07T04:01:43.245Z","updated_at":"2026-03-07T04:01:46.152Z","avatar_url":"https://github.com/cloudinary.png","language":"C#","readme":"[![Build status](https://ci.appveyor.com/api/projects/status/vdx8o03ethg5opt4?svg=true)](https://ci.appveyor.com/project/Cloudinary/cloudinarydotnet)\n[![NuGet Badge](https://img.shields.io/nuget/v/CloudinaryDotNet)](https://www.nuget.org/packages/CloudinaryDotNet/)\n![NuGet Downloads](https://img.shields.io/nuget/dt/CloudinaryDotNet)\n\nCloudinary .NET SDK\n==================\n## About\nThe Cloudinary .NET SDK allows you to quickly and easily integrate your application with Cloudinary.\nEffortlessly optimize, transform, upload and manage your cloud's assets.\n\n\n#### Note\nThis Readme provides basic installation and usage information.\nFor the complete documentation, see the [.NET SDK Guide](https://cloudinary.com/documentation/dotnet_integration).\n\n## Table of Contents\n- [Key Features](#key-features)\n- [Version Support](#Version-Support)\n- [Installation](#installation)\n- [Usage](#usage)\n    - [Setup](#Setup)\n    - [Transform and Optimize Assets](#Transform-and-Optimize-Assets)\n\n\n## Key Features\n- [Transform](https://cloudinary.com/documentation/dotnet_video_manipulation#video_transformation_examples) and\n  [optimize](https://cloudinary.com/documentation/dotnet_image_manipulation#image_optimizations) assets.\n- Generate [image](https://cloudinary.com/documentation/dotnet_image_manipulation#deliver_and_transform_images) and\n  [video](https://cloudinary.com/documentation/dotnet_video_manipulation#dotnet_video_transformation_code_examples) tags.\n- [Asset Management](https://cloudinary.com/documentation/dotnet_asset_administration).\n- [Secure URLs](https://cloudinary.com/documentation/video_manipulation_and_delivery#generating_secure_https_urls_using_sdks).\n\n\n\n## Version Support\n\n| SDK Version | .NET Framework 4.5.2 - 4.8 | .NET Standard 1.3 and up | .NET Core | .NET 5 - 9 |\n|-------------|----------------------------|--------------------------|-----------|------------|\n| 1.x         | ✔                          | ✔                        | ✔         | ✔          |\n\n## Installation\nCloudinaryDotNet is available as NuGet package [CloudinaryDotNet](https://nuget.org/packages/CloudinaryDotNet)\n\nInstall using Package Manager:\n```\nPM\u003e Install-Package CloudinaryDotNet\n```\n\n# Usage\n\n### Setup\n```csharp\nusing CloudinaryDotNet;\nusing CloudinaryDotNet.Actions;\n\nvar cloudinary = new Cloudinary();\n```\n\n### Transform and Optimize Assets\n- [See full documentation](https://cloudinary.com/documentation/dotnet_image_manipulation).\n\n```csharp\nvar url = cloudinary.Api.UrlImgUp.Transform(new Transformation().Width(100).Height(150).Crop(\"fill\")).BuildUrl(\"sample.jpg\")\n```\n\n### Upload\n- [See full documentation](https://cloudinary.com/documentation/dotnet_image_and_video_upload).\n- [Learn more about configuring your uploads with upload presets](https://cloudinary.com/documentation/upload_presets).\n```csharp\nvar uploadParams = new ImageUploadParams()\n{\n    File = new FileDescription(@\"c:\\mypicture.jpg\")\n};\n\nvar uploadResult = cloudinary.Upload(uploadParams);\n```\n\n### Code Samples\n\nYou can find our simple and ready-to-use samples projects, along with documentations in the [samples folder](https://github.com/cloudinary/CloudinaryDotNet/tree/master/samples). \n\nPlease consult with the [README file](https://github.com/cloudinary/CloudinaryDotNet/blob/master/samples/README.md), for usage and explanations.\n\n\n### Security options\n- [See full documentation](https://cloudinary.com/documentation/solution_overview#security).\n\n## Contributions\n- Ensure tests run locally\n- Open a PR and ensure Travis tests pass\n\n\n## Get Help\nIf you run into an issue or have a question, you can either:\n- Issues related to the SDK: [Open a GitHub issue](https://github.com/cloudinary/CloudinaryDotNet/issues).\n- Issues related to your account: [Open a support ticket](https://cloudinary.com/contact)\n\n\n## About Cloudinary\nCloudinary is a powerful media API for websites and mobile apps alike, Cloudinary enables developers to efficiently\nmanage, transform, optimize, and deliver images and videos through multiple CDNs. Ultimately, viewers enjoy responsive\nand personalized visual-media experiences—irrespective of the viewing device.\n\n\n## Additional Resources\n- [Cloudinary Transformation and REST API References](https://cloudinary.com/documentation/cloudinary_references): Comprehensive references, including syntax and examples for all SDKs.\n- [MediaJams.dev](https://mediajams.dev/): Bite-size use-case tutorials written by and for Cloudinary Developers\n- [DevJams](https://www.youtube.com/playlist?list=PL8dVGjLA2oMr09amgERARsZyrOz_sPvqw): Cloudinary developer podcasts on YouTube.\n- [Cloudinary Academy](https://training.cloudinary.com/): Free self-paced courses, instructor-led virtual courses, and on-site courses.\n- [Code Explorers and Feature Demos](https://cloudinary.com/documentation/code_explorers_demos_index): A one-stop shop for all code explorers, Postman collections, and feature demos found in the docs.\n- [Cloudinary Roadmap](https://cloudinary.com/roadmap): Your chance to follow, vote, or suggest what Cloudinary should develop next.\n- [Cloudinary Facebook Community](https://www.facebook.com/groups/CloudinaryCommunity): Learn from and offer help to other Cloudinary developers.\n- [Cloudinary Account Registration](https://cloudinary.com/users/register/free): Free Cloudinary account registration.\n- [Cloudinary Website](https://cloudinary.com): Learn about Cloudinary's products, partners, customers, pricing, and more.\n\n\n## Licence\nReleased under the MIT license.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudinary%2Fcloudinarydotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudinary%2Fcloudinarydotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudinary%2Fcloudinarydotnet/lists"}