Skip to content

Commit f61a4fe

Browse files
const-cloudinaryAmir Tocker
authored andcommitted
Version 1.3.0
1 parent 229920f commit f61a4fe

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11

2+
1.3.0 / 2018-04-17
3+
==================
4+
5+
New functionality
6+
-----------------
7+
8+
* Add `ResourceType` to `ExplicitParams`
9+
* Add `ToType` param to rename API
10+
* Add `CreateZip` API (#88)
11+
* Add `Async` parameter to `ExplicitParams`
12+
* Add `Pages` to `ImageUploadResult`
13+
* Add `StreamingProfile` `Transformation` parameter
14+
* Add suffix support for private images.
15+
16+
Other Changes
17+
-------------
18+
19+
* Fix `Tag` API for video and raw resource types (#90) fixes #82
20+
* Add `FrameworkDisplayName`/`FrameworkDescription` to user agent
21+
* Fix `startTime` of `AuthToken` (use UTC)
22+
* Fix `UploadLarge` in .NET Core
23+
* Share tests between .Net Core and .Net Framework (#91)
24+
* Fix compilation warnings / notices
25+
226
1.2.0 / 2018-03-15
327
==================
428

Cloudinary/Cloudinary.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<RepositoryUrl>https://github.com/cloudinary/CloudinaryDotNet</RepositoryUrl>
1818
<PackageIconUrl>http://res.cloudinary.com/cloudinary/image/upload/c_scale,w_64/v1/logo/for_white_bg/cloudinary_icon_for_white_bg.png</PackageIconUrl>
1919
<PackageLicenseUrl>https://github.com/cloudinary/CloudinaryDotNet/blob/master/LICENSE</PackageLicenseUrl>
20-
<Version>1.2.0</Version>
20+
<Version>1.3.0</Version>
2121
<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>
22-
<FileVersion>1.2.0</FileVersion>
22+
<FileVersion>1.3.0</FileVersion>
2323
<RootNamespace>CloudinaryDotNet</RootNamespace>
2424
<AssemblyName>CloudinaryDotNet</AssemblyName>
2525
</PropertyGroup>

CloudinaryDotNet.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>CloudinaryDotNet</id>
5-
<version>1.2.0</version>
5+
<version>1.3.0</version>
66
<title>Cloudinary DotNet Library</title>
77
<authors>Cloudinary</authors>
88
<owners>Cloudinary</owners>

Core/CloudinaryDotNet.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1010
<RootNamespace>CloudinaryDotNet</RootNamespace>
1111
<Authors>Cloudinary</Authors>
12-
<Version>1.2.0</Version>
12+
<Version>1.3.0</Version>
1313
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1414
<Description>Official client library for easily integrating with the Cloudinary service</Description>
1515
<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>

0 commit comments

Comments
 (0)