Skip to content

Commit 272176b

Browse files
Version 1.23.0
1 parent 47d6b41 commit 272176b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

2+
1.23.0 / 2023-11-06
3+
=============
4+
5+
New functionality
6+
-----------------
7+
8+
* Add `ICloudinary` interface for `Cloudinary` class
9+
* Add support for `ImageFile` in `VisualSearch`
10+
* Add support for fetch video layer
11+
* Add support for `PlaybackUrl` in `VideoUploadResult`
12+
* Add support for `OnSuccess` upload parameter
13+
214
1.22.0 / 2023-07-31
315
===================
416

CloudinaryDotNet/CloudinaryDotNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1010
<RootNamespace>CloudinaryDotNet</RootNamespace>
1111
<Authors>Cloudinary</Authors>
12-
<Version>1.22.0</Version>
12+
<Version>1.23.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>

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.22.0";
11+
public static string Full => "1.23.0";
1212
}
1313
}

0 commit comments

Comments
 (0)