forked from restsharp/RestSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrestsharp.nuspec
More file actions
22 lines (22 loc) · 759 Bytes
/
restsharp.nuspec
File metadata and controls
22 lines (22 loc) · 759 Bytes
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" encoding="utf-8"?>
<package>
<metadata>
<id>RestSharp</id>
<version>102.7</version>
<authors>John Sheehan, RestSharp Community</authors>
<owners>John Sheehan</owners>
<description>Simple REST and HTTP API Client</description>
<language>en-US</language>
<projectUrl>http://restsharp.org</projectUrl>
<licenseUrl>https://github.com/restsharp/RestSharp/blob/master/LICENSE.txt</licenseUrl>
<iconUrl>http://dl.dropbox.com/u/1827/restsharp100.png</iconUrl>
<dependencies>
<dependency id="Newtonsoft.Json" />
</dependencies>
<tags>REST HTTP API JSON XML</tags>
<releaseNotes>
102.7 - Updating Json.NET to 4.0.8, misc fixes
102.6 - Updating Json.NET reference to 4.0.5
</releaseNotes>
</metadata>
</package>