File tree Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 11
2+ 1.3.1 / 2018-05-22
3+ ==================
4+
5+ Other Changes
6+ -------------
7+ * Fix ` AuthToken ` default ` startTime ` calculation (#115 )
8+ * Fix package references
9+ * Add ` set_version.ps1 ` helper script
10+ * Fix timeout issue in ` TestUploadLocalImageTimeout `
11+ * Fix account cleanup after tests (#110 )
12+
2131.3.0 / 2018-04-17
314==================
415
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 >
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.3.0 </Version >
20+ <Version >1.3.1 </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.3.0 </FileVersion >
22+ <FileVersion >1.3.1 </FileVersion >
2323 <RootNamespace >CloudinaryDotNet</RootNamespace >
2424 <AssemblyName >CloudinaryDotNet</AssemblyName >
2525 </PropertyGroup >
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata >
44 <id >CloudinaryDotNet</id >
5- <version >1.3.0 </version >
5+ <version >1.3.1 </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 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >netstandard1.3</TargetFramework >
44 <AssemblyName >CloudinaryDotNet</AssemblyName >
99 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
1010 <RootNamespace >CloudinaryDotNet</RootNamespace >
1111 <Authors >Cloudinary</Authors >
12- <Version >1.3.0 </Version >
12+ <Version >1.3.1 </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 >
You can’t perform that action at this time.
0 commit comments