Skip to content

Commit de6307b

Browse files
Version 1.27.6
1 parent a66eeac commit de6307b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
1.27.6 / 2025-06-17
3+
===================
4+
5+
* Fix API parameters signature
6+
27
1.27.5 / 2025-03-24
38
=============
49

CloudinaryDotNet/CloudinaryDotNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1111
<RootNamespace>CloudinaryDotNet</RootNamespace>
1212
<Authors>Cloudinary</Authors>
13-
<Version>1.27.5</Version>
13+
<Version>1.27.6</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>

CloudinaryDotNet/CloudinaryVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.5";
11+
public static string Full => "1.27.6";
1212
}
1313
}

0 commit comments

Comments
 (0)