File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 1.15.2 / 2021-06-08
3
+ ===================
4
+
5
+ * Fix upload of files larger than 2GB
6
+ * Refactor Admin and Upload APIs
7
+ * Update GitHub templates
8
+ * Fix appveyor test reporting
9
+
2
10
1.15.1 / 2021-03-26
3
11
===================
4
12
Original file line number Diff line number Diff line change 9
9
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
10
10
<RootNamespace >CloudinaryDotNet</RootNamespace >
11
11
<Authors >Cloudinary</Authors >
12
- <Version >1.15.1 </Version >
12
+ <Version >1.15.2 </Version >
13
13
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
14
14
<Description >Official client library for easily integrating with the Cloudinary service</Description >
15
15
<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
8
8
/// <summary>
9
9
/// Gets full version number of Cloudinary .NET SDK.
10
10
/// </summary>
11
- public static string Full => "1.15.1 " ;
11
+ public static string Full => "1.15.2 " ;
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments