Skip to content

Commit 9b27415

Browse files
Version 1.5.0
1 parent 7797d78 commit 9b27415

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

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

2+
1.5.0 / 2018-11-14
3+
==================
4+
5+
New functionality
6+
-----------------
7+
8+
* Add support for web assembly and lambda functions in transformations
9+
* Add `QualityAnalysis` parameter
10+
* Add `Format` parameter to `ResponsiveBreakpoint`
11+
12+
Other Changes
13+
-------------
14+
15+
* Fix possible NullReferenceException in tests
16+
217
1.4.1 / 2018-10-11
318
==================
419

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.4.1</Version>
20+
<Version>1.5.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.4.1</FileVersion>
22+
<FileVersion>1.5.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.4.1</version>
5+
<version>1.5.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.4.1</Version>
12+
<Version>1.5.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)