Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary authored and Amir Tocker committed Apr 22, 2018
1 parent 229920f commit f61a4fe
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@

1.3.0 / 2018-04-17
==================

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

* Add `ResourceType` to `ExplicitParams`
* Add `ToType` param to rename API
* Add `CreateZip` API (#88)
* Add `Async` parameter to `ExplicitParams`
* Add `Pages` to `ImageUploadResult`
* Add `StreamingProfile` `Transformation` parameter
* Add suffix support for private images.

Other Changes
-------------

* Fix `Tag` API for video and raw resource types (#90) fixes #82
* Add `FrameworkDisplayName`/`FrameworkDescription` to user agent
* Fix `startTime` of `AuthToken` (use UTC)
* Fix `UploadLarge` in .NET Core
* Share tests between .Net Core and .Net Framework (#91)
* Fix compilation warnings / notices

1.2.0 / 2018-03-15
==================

Expand Down
4 changes: 2 additions & 2 deletions Cloudinary/Cloudinary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,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.2.0</Version>
<Version>1.3.0</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.2.0</FileVersion>
<FileVersion>1.3.0</FileVersion>
<RootNamespace>CloudinaryDotNet</RootNamespace>
<AssemblyName>CloudinaryDotNet</AssemblyName>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0</version>
<version>1.3.0</version>
<title>Cloudinary DotNet Library</title>
<authors>Cloudinary</authors>
<owners>Cloudinary</owners>
Expand Down
2 changes: 1 addition & 1 deletion Core/CloudinaryDotNet.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<RootNamespace>CloudinaryDotNet</RootNamespace>
<Authors>Cloudinary</Authors>
<Version>1.2.0</Version>
<Version>1.3.0</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 f61a4fe

Please sign in to comment.