From 68ed50dc03f7bbbe969b08ab4f590815403616e4 Mon Sep 17 00:00:00 2001 From: Constantine Nathanson Date: Wed, 8 Jun 2022 15:57:43 +0300 Subject: [PATCH] Version 1.18.1 --- CHANGELOG.md | 5 +++++ CloudinaryDotNet/CloudinaryDotNet.csproj | 2 +- CloudinaryDotNet/CloudinaryVersion.cs | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be02774..8c48eed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +1.18.1 / 2022-06-08 +=================== + + * Fix `AutoUploadParams` missing properties + 1.18.0 / 2022-05-29 =================== diff --git a/CloudinaryDotNet/CloudinaryDotNet.csproj b/CloudinaryDotNet/CloudinaryDotNet.csproj index 9acdfc4d..0f21f84a 100644 --- a/CloudinaryDotNet/CloudinaryDotNet.csproj +++ b/CloudinaryDotNet/CloudinaryDotNet.csproj @@ -9,7 +9,7 @@ false CloudinaryDotNet Cloudinary - 1.18.0 + 1.18.1 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 f73d16c3..f1092a5d 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.18.0"; + public static string Full => "1.18.1"; } }