forked from cloudinary/CloudinaryDotNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCloudinaryDotNet.nuspec
executable file
·29 lines (29 loc) · 1.5 KB
/
CloudinaryDotNet.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>CloudinaryDotNet</id>
<!-- WARNING: When changing the version number,
please change also a value of AssemblyVersion attribute in Cloudinary\Properties\AssemblyInfo.cs.
That value is used in a user agent string. -->
<version>1.0.23</version>
<title>Cloudinary DotNet Library</title>
<authors>Cloudinary</authors>
<owners>Cloudinary</owners>
<iconUrl>http://res.cloudinary.com/cloudinary/image/upload/w_128/cloudinary_logo_square.png</iconUrl>
<projectUrl>http://cloudinary.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Official client library for easily integrating with the Cloudinary service</description>
<dependencies>
<group targetFramework=".NETFramework3.5">
<dependency id="Newtonsoft.Json" version="4.5.11" />
</group>
<group targetFramework=".NETFramework4.0">
<dependency id="Newtonsoft.Json" version="4.5.11" />
</group>
</dependencies>
</metadata>
<files>
<file src="Cloudinary\bin\Release\v3.5\CloudinaryDotNet.dll" target="lib\net35\CloudinaryDotNet.dll" />
<file src="Cloudinary\bin\Release\v4.0\CloudinaryDotNet.dll" target="lib\net40\CloudinaryDotNet.dll" />
</files>
</package>