File tree Expand file tree Collapse file tree 4 files changed +33
-5
lines changed Expand file tree Collapse file tree 4 files changed +33
-5
lines changed Original file line number Diff line number Diff line change 1+
2+ 1.9.0 / 2019-11-17
3+ ==================
4+
5+ New functionality
6+ -----------------
7+ * Add support of ` Async ` API calls in .NET Core
8+ * Add ` expiresAt ` to ` DownloadPrivate `
9+ * Add ` DerivedNextCursor ` to ` GetResourceParams ` Admin API
10+ * Add ` ListResourcesByContext ` to Admin API
11+ * Add ` Live ` parameter to ` UploadPreset `
12+ * Add ` AudioFrequency ` enumeration
13+ * Add ` Format ` parameter to ` SpriteParams `
14+ * Add supported video codecs
15+ * Add supported ` Gravity ` values
16+ * Add ` Named ` parameter to ` GetTransformResult `
17+ * Add ` VerifyApiResponseSignature ` and ` VerifyNotificationSignature ` functions
18+ * Add XML documentation
19+
20+ Other Changes
21+ -------------
22+
23+ * Fix typo in ` QualityOverride ` parameter name
24+ * Fix ` acl ` and ` url ` escaping in ` AuthToken ` generation
25+ * Fix project types for VS for Mac
26+ * Extract integration tests into separate assembly
27+ * Fix ` build.ps1 ` script
28+
1291.8.0 / 2019-04-23
230==================
331
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <ProductVersion >8.0.30703</ProductVersion >
44 <SchemaVersion >2.0</SchemaVersion >
1616 <RepositoryUrl >https://github.com/cloudinary/CloudinaryDotNet</RepositoryUrl >
1717 <PackageIconUrl >http://res.cloudinary.com/cloudinary/image/upload/c_scale,w_64/v1/logo/for_white_bg/cloudinary_icon_for_white_bg.png</PackageIconUrl >
1818 <PackageLicenseUrl >https://github.com/cloudinary/CloudinaryDotNet/blob/master/LICENSE</PackageLicenseUrl >
19- <Version >1.8 .0</Version >
19+ <Version >1.9 .0</Version >
2020 <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 >
21- <FileVersion >1.8 .0</FileVersion >
21+ <FileVersion >1.9 .0</FileVersion >
2222 <RootNamespace >CloudinaryDotNet</RootNamespace >
2323 <AssemblyName >CloudinaryDotNet</AssemblyName >
2424 </PropertyGroup >
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata >
44 <id >CloudinaryDotNet</id >
5- <version >1.8 .0</version >
5+ <version >1.9 .0</version >
66 <title >Cloudinary DotNet Library</title >
77 <authors >Cloudinary</authors >
88 <owners >Cloudinary</owners >
Original file line number Diff line number Diff line change 88 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
99 <RootNamespace >CloudinaryDotNet</RootNamespace >
1010 <Authors >Cloudinary</Authors >
11- <Version >1.8 .0</Version >
11+ <Version >1.9 .0</Version >
1212 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
1313 <Description >Official client library for easily integrating with the Cloudinary service</Description >
1414 <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 >
You can’t perform that action at this time.
0 commit comments