Skip to content

Commit

Permalink
Cleanup nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed May 28, 2020
1 parent d2f8471 commit 5dae305
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CloudinaryDotNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Cloudinary DotNet Library</title>
<authors>Cloudinary</authors>
<owners>Cloudinary</owners>
<licenseUrl>https://github.com/cloudinary/CloudinaryDotNet/blob/master/LICENSE</licenseUrl>
<license type="expression">MIT</license>
<projectUrl>http://cloudinary.com</projectUrl>
<iconUrl>http://res.cloudinary.com/cloudinary/image/upload/c_scale,w_64/v1/logo/for_white_bg/cloudinary_icon_for_white_bg.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -15,13 +15,13 @@
<copyright>Copyright 2017</copyright>
<tags>Image Video Responsive Web Utility CDN Performance Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap PNG Tiff Webp Webm mp4 avi Filter Effect</tags>
<dependencies>
<group>
<dependency id="Newtonsoft.Json" version="12.0.1" />
</group>
<group targetFramework="net45">
<dependency id="Newtonsoft.Json" version="12.0.1" />
<dependency id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" />
<dependency id="System.Text.Encodings.Web" version="4.5.0" />
<dependency id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" />
<dependency id="System.Text.Encodings.Web" version="4.5.0" />
</group>
<group targetFramework="netstandard1.3">
<dependency id="Newtonsoft.Json" version="12.0.1" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 5dae305

Please sign in to comment.