File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11
2+ 1.27.2 / 2025-01-23
3+ =============
4+
5+ * Fix boolean value parsing in API responses
6+
271.27.1 / 2024-12-20
38=============
49
Original file line number Diff line number Diff line change 1010 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
1111 <RootNamespace >CloudinaryDotNet</RootNamespace >
1212 <Authors >Cloudinary</Authors >
13- <Version >1.27.1 </Version >
13+ <Version >1.27.2 </Version >
1414 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
1515 <Description >Official client library for easily integrating with the Cloudinary service</Description >
1616 <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.27.1 " ;
11+ public static string Full => "1.27.2 " ;
1212 }
1313}
You can’t perform that action at this time.
0 commit comments