Skip to content

Commit

Permalink
Version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Nov 18, 2019
1 parent 7bfbaf7 commit 21706dc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@

1.9.1 / 2019-11-18
==================

* Fix nuget package
* Fix build script output paths resolution

1.9.0 / 2019-11-17
==================

New functionality
-----------------

* Add support of `Async` API calls in .NET Core
* Add `expiresAt` to `DownloadPrivate`
* Add `DerivedNextCursor ` to `GetResourceParams` Admin API
Expand Down
4 changes: 2 additions & 2 deletions Cloudinary/Cloudinary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<RepositoryUrl>https://github.com/cloudinary/CloudinaryDotNet</RepositoryUrl>
<PackageIconUrl>http://res.cloudinary.com/cloudinary/image/upload/c_scale,w_64/v1/logo/for_white_bg/cloudinary_icon_for_white_bg.png</PackageIconUrl>
<PackageLicenseUrl>https://github.com/cloudinary/CloudinaryDotNet/blob/master/LICENSE</PackageLicenseUrl>
<Version>1.9.0</Version>
<Version>1.9.1</Version>
<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>
<FileVersion>1.9.0</FileVersion>
<FileVersion>1.9.1</FileVersion>
<RootNamespace>CloudinaryDotNet</RootNamespace>
<AssemblyName>CloudinaryDotNet</AssemblyName>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions CloudinaryDotNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>CloudinaryDotNet</id>
<version>1.9.0</version>
<version>1.9.1</version>
<title>Cloudinary DotNet Library</title>
<authors>Cloudinary</authors>
<owners>Cloudinary</owners>
Expand All @@ -15,7 +15,7 @@
<copyright>Copyright 2017</copyright>
<tags>Image Video Responsive Web Utility CDN Performance Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap PNG Tiff Webp Webm mp4 avi Filter Effect</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="11.0.1" />
<dependency id="Newtonsoft.Json" version="12.0" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion Core/CloudinaryDotNet.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<RootNamespace>CloudinaryDotNet</RootNamespace>
<Authors>Cloudinary</Authors>
<Version>1.9.0</Version>
<Version>1.9.1</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Description>Official client library for easily integrating with the Cloudinary service</Description>
<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>
Expand Down

0 comments on commit 21706dc

Please sign in to comment.