File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11
2+ 1.21.0 / 2023-05-30
3+ =============
4+
5+ New functionality
6+ -----------------
7+
8+ * Add support for ` BackgroundRemoval ` in ` GetUsage ` Admin API
9+ * Add support for ` LastUpdated ` field in ` GetResourceResult `
10+
11+ Other Changes
12+ -------------
13+
14+ * Fix support for unicode public_ids in URLs
15+ * Fix ` Context ` in ` VideoUploadResult `
16+
2171.20.0 / 2022-09-25
318===================
419
Original file line number Diff line number Diff line change 99 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
1010 <RootNamespace >CloudinaryDotNet</RootNamespace >
1111 <Authors >Cloudinary</Authors >
12- <Version >1.20 .0</Version >
12+ <Version >1.21 .0</Version >
1313 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
1414 <Description >Official client library for easily integrating with the Cloudinary service</Description >
1515 <PackageTags >Image Video Responsive Web Utility CDN Performance Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap PNG Tiff Webp Webm mp4 avi Filter Effect</PackageTags >
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ internal static class CloudinaryVersion
88 /// <summary>
99 /// Gets full version number of Cloudinary .NET SDK.
1010 /// </summary>
11- public static string Full => "1.20 .0" ;
11+ public static string Full => "1.21 .0" ;
1212 }
1313}
You can’t perform that action at this time.
0 commit comments