Skip to content

Commit 4e09e2b

Browse files
Version 1.15.2
1 parent fd70e22 commit 4e09e2b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

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+
210
1.15.1 / 2021-03-26
311
===================
412

CloudinaryDotNet/CloudinaryDotNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1010
<RootNamespace>CloudinaryDotNet</RootNamespace>
1111
<Authors>Cloudinary</Authors>
12-
<Version>1.15.1</Version>
12+
<Version>1.15.2</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>

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.15.1";
11+
public static string Full => "1.15.2";
1212
}
1313
}

0 commit comments

Comments
 (0)