forked from JustinBeckwith/YelpSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
YelpSharp.nuspec
21 lines (21 loc) · 959 Bytes
/
YelpSharp.nuspec
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>YelpSharp</id>
<version>1.2.1.0</version>
<title>YelpSharp</title>
<authors>Justin Beckwith</authors>
<owners>Justin Beckwith</owners>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<projectUrl>https://github.com/JustinBeckwith/YelpSharp</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>YelpSharp is a .NET wrapper for the Yelp.com REST API</description>
<releaseNotes>Bug fixes and tests. For more info, check out the code at https://github.com/JustinBeckwith/YelpSharp</releaseNotes>
<tags>REST API Social yelp location</tags>
<iconUrl>http://justinbeckwith.github.com/YelpSharp/icon.png</iconUrl>
<dependencies>
<dependency id="RestSharp" version="104.1" />
<dependency id="Newtonsoft.Json" version="4.5.11" />
</dependencies>
</metadata>
</package>