From eefbb7d6b25238c3ca6b49b6b0d91a501ddc27e0 Mon Sep 17 00:00:00 2001 From: Constantine Nathanson Date: Wed, 29 Jan 2020 14:05:53 +0200 Subject: [PATCH] Version 1.10.0 --- CHANGELOG.md | 16 ++++++++++++++++ Cloudinary/Cloudinary.csproj | 4 ++-- CloudinaryDotNet.nuspec | 2 +- Core/CloudinaryDotNet.Core.csproj | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bce2df94..316a2cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ +1.10.0 / 2020-01-29 +=================== + +New functionality +----------------- + + * Add response properties to `SearchResult` and `SearchResource` + * Add `resourceType` parameter in archive methods + +Other Changes +------------- + + * Fix NuGet dependency warning + * Fix `TestUsage` unit test + * Fix code style + 1.9.1 / 2019-11-18 ================== diff --git a/Cloudinary/Cloudinary.csproj b/Cloudinary/Cloudinary.csproj index 15077bb5..710710c2 100644 --- a/Cloudinary/Cloudinary.csproj +++ b/Cloudinary/Cloudinary.csproj @@ -16,9 +16,9 @@ https://github.com/cloudinary/CloudinaryDotNet http://res.cloudinary.com/cloudinary/image/upload/c_scale,w_64/v1/logo/for_white_bg/cloudinary_icon_for_white_bg.png https://github.com/cloudinary/CloudinaryDotNet/blob/master/LICENSE - 1.9.1 + 1.10.0 Image Video Responsive Web Utility CDN Performance Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap PNG Tiff Webp Webm mp4 avi Filter Effect - 1.9.1 + 1.10.0 CloudinaryDotNet CloudinaryDotNet diff --git a/CloudinaryDotNet.nuspec b/CloudinaryDotNet.nuspec index 83f789cf..6a9cc570 100644 --- a/CloudinaryDotNet.nuspec +++ b/CloudinaryDotNet.nuspec @@ -2,7 +2,7 @@ CloudinaryDotNet - 1.9.1 + 1.10.0 Cloudinary DotNet Library Cloudinary Cloudinary diff --git a/Core/CloudinaryDotNet.Core.csproj b/Core/CloudinaryDotNet.Core.csproj index 0b9d8d0e..14f02ad7 100644 --- a/Core/CloudinaryDotNet.Core.csproj +++ b/Core/CloudinaryDotNet.Core.csproj @@ -8,7 +8,7 @@ false CloudinaryDotNet Cloudinary - 1.9.1 + 1.10.0 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