Skip to content

Commit

Permalink
Version 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Jan 7, 2024
1 parent 0f7395f commit 2e17710
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

1.25.0 / 2024-01-07
===================

New functionality
-----------------

* Add support for `OAuth` in Api calls
* Add support for uploading non-seekable streams
* Add support for `Signature` and `Timestamp` in `UploadParams`
* Add support for delivery `Type` setter in URL
* Add support for `UseFetchFormat` parameter to `BuildVideoTag`

Other Changes
-------------

* Fix special characters encoding in `FetchLayer`

1.24.0 / 2023-12-06
=============

Expand Down
2 changes: 1 addition & 1 deletion CloudinaryDotNet/CloudinaryDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<RootNamespace>CloudinaryDotNet</RootNamespace>
<Authors>Cloudinary</Authors>
<Version>1.24.0</Version>
<Version>1.25.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Description>Official client library for easily integrating with the Cloudinary service</Description>
<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>
Expand Down
2 changes: 1 addition & 1 deletion CloudinaryDotNet/CloudinaryVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ internal static class CloudinaryVersion
/// <summary>
/// Gets full version number of Cloudinary .NET SDK.
/// </summary>
public static string Full => "1.24.0";
public static string Full => "1.25.0";
}
}

0 comments on commit 2e17710

Please sign in to comment.