File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11
2+ 1.16.0 / 2022-01-05
3+ ===================
4+
5+ New functionality
6+ -----------------
7+
8+ * Add support for folder decoupling
9+ * Add support for ` CreateSlideshow ` Upload API
10+ * Add support for variables in text style
11+ * Add support for ` context ` and structured ` metadata ` in ` Rename ` Admin API
12+ * Add support for structured metadata in ` GetResources ` Admin API
13+ * Add support for ` ResourceType ` from ` Context ` Upload API
14+ * Add proxy support
15+
16+ Other Changes
17+ -------------
18+
19+ * Remove duplicates in Search API fields
20+ * Fix named parameters normalization issue
21+ * Fix ` appveyor.yml ` config
22+ * Speedup integration tests
23+
2241.15.2 / 2021-06-08
325===================
426
Original file line number Diff line number Diff line change 99 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
1010 <RootNamespace >CloudinaryDotNet</RootNamespace >
1111 <Authors >Cloudinary</Authors >
12- <Version >1.15.2 </Version >
12+ <Version >1.16.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 >
Original file line number Diff line number Diff 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.15.2 " ;
11+ public static string Full => "1.16.0 " ;
1212 }
1313}
You can’t perform that action at this time.
0 commit comments