From 4e09e2bebaf1198bea4f0818e4ca216c457ff7ac Mon Sep 17 00:00:00 2001 From: Constantine Nathanson Date: Tue, 8 Jun 2021 12:59:41 +0300 Subject: [PATCH] Version 1.15.2 --- CHANGELOG.md | 8 ++++++++ CloudinaryDotNet/CloudinaryDotNet.csproj | 2 +- CloudinaryDotNet/CloudinaryVersion.cs | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a50e07fa..9ffe198f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +1.15.2 / 2021-06-08 +=================== + + * Fix upload of files larger than 2GB + * Refactor Admin and Upload APIs + * Update GitHub templates + * Fix appveyor test reporting + 1.15.1 / 2021-03-26 =================== diff --git a/CloudinaryDotNet/CloudinaryDotNet.csproj b/CloudinaryDotNet/CloudinaryDotNet.csproj index c6018c11..6e159799 100644 --- a/CloudinaryDotNet/CloudinaryDotNet.csproj +++ b/CloudinaryDotNet/CloudinaryDotNet.csproj @@ -9,7 +9,7 @@ false CloudinaryDotNet Cloudinary - 1.15.1 + 1.15.2 false Official client library for easily integrating with the Cloudinary service Image Video Responsive Web Utility CDN Performance Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap PNG Tiff Webp Webm mp4 avi Filter Effect diff --git a/CloudinaryDotNet/CloudinaryVersion.cs b/CloudinaryDotNet/CloudinaryVersion.cs index 2fa84704..a0902586 100644 --- a/CloudinaryDotNet/CloudinaryVersion.cs +++ b/CloudinaryDotNet/CloudinaryVersion.cs @@ -8,6 +8,6 @@ internal static class CloudinaryVersion /// /// Gets full version number of Cloudinary .NET SDK. /// - public static string Full => "1.15.1"; + public static string Full => "1.15.2"; } }