blob: 1ac3d866de64b84fbe4f4df0686ea2bcb5c40dce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>RestSharp</id>
<version>104.1</version>
<authors>John Sheehan, RestSharp Community</authors>
<owners>John Sheehan, RestSharp Community</owners>
<licenseUrl>https://github.com/restsharp/RestSharp/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>http://restsharp.org/</projectUrl>
<iconUrl>http://dl.dropbox.com/u/1827/restsharp100.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Simple REST and HTTP API Client</description>
<releaseNotes>For full release notes see https://github.com/restsharp/RestSharp/blob/master/releasenotes.markdown</releaseNotes>
<language>en-US</language>
<tags>REST HTTP API JSON XML</tags>
<references>
<reference file="RestSharp.dll" />
<reference file="RestSharp.WindowsPhone.dll" />
<reference file="RestSharp.Silverlight.dll" />
</references>
</metadata>
</package>
|