forked from restsharp/RestSharp
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrestsharp.nuspec
More file actions
21 lines (21 loc) · 794 Bytes
/
restsharp.nuspec
File metadata and controls
21 lines (21 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>RestSharp</id>
<version>103.0.0-nojsondotnet</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>
<tags>REST HTTP API JSON XML</tags>
<releaseNotes>
103.0 - Remove dependency on Json.NET
Remove WP7.0 support (7.1 Mango remains).
102.7 - Updating Json.NET to 4.0.8, misc fixes
102.6 - Updating Json.NET reference to 4.0.5
</releaseNotes>
</metadata>
</package>