Skip to content

Commit

Permalink
Version 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Jan 5, 2022
1 parent cbd30ca commit 5d6e5c9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@

1.16.0 / 2022-01-05
===================

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

* Add support for folder decoupling
* Add support for `CreateSlideshow` Upload API
* Add support for variables in text style
* Add support for `context` and structured `metadata` in `Rename` Admin API
* Add support for structured metadata in `GetResources` Admin API
* Add support for `ResourceType` from `Context` Upload API
* Add proxy support

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

* Remove duplicates in Search API fields
* Fix named parameters normalization issue
* Fix `appveyor.yml` config
* Speedup integration tests

1.15.2 / 2021-06-08
===================

Expand Down
2 changes: 1 addition & 1 deletion CloudinaryDotNet/CloudinaryDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<RootNamespace>CloudinaryDotNet</RootNamespace>
<Authors>Cloudinary</Authors>
<Version>1.15.2</Version>
<Version>1.16.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.15.2";
public static string Full => "1.16.0";
}
}

0 comments on commit 5d6e5c9

Please sign in to comment.