Skip to content

Commit 2e17710

Browse files
Version 1.25.0
1 parent 0f7395f commit 2e17710

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

2+
1.25.0 / 2024-01-07
3+
===================
4+
5+
New functionality
6+
-----------------
7+
8+
* Add support for `OAuth` in Api calls
9+
* Add support for uploading non-seekable streams
10+
* Add support for `Signature` and `Timestamp` in `UploadParams`
11+
* Add support for delivery `Type` setter in URL
12+
* Add support for `UseFetchFormat` parameter to `BuildVideoTag`
13+
14+
Other Changes
15+
-------------
16+
17+
* Fix special characters encoding in `FetchLayer`
18+
219
1.24.0 / 2023-12-06
320
=============
421

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.24.0</Version>
13+
<Version>1.25.0</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.24.0";
11+
public static string Full => "1.25.0";
1212
}
1313
}

0 commit comments

Comments
 (0)