forked from shugonta/tweetsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tweetsharp.nuspec
28 lines (28 loc) · 1.41 KB
/
tweetsharp.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
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>TweetSharp</id>
<version>2.2</version>
<dependencies>
<dependency id="Hammock" version="1.3.0" />
<dependency id="Newtonsoft.Json" version="4.5.2" />
</dependencies>
<authors>Daniel Crenna and Jason Diller</authors>
<owners>Daniel Crenna</owners>
<description>TweetSharp v2 is a fast, clean wrapper around the Twitter API. It uses T4 templates to make adding new endpoints easy. It can also be used as an example of how to write a service-specific API wrapper using Hammock.</description>
<summary>TweetSharp v2 is a fast, clean wrapper around the Twitter API. It uses T4 templates to make adding new endpoints easy.</summary>
<language>en-US</language>
<projectUrl>http://github.com/danielcrenna/tweetsharp</projectUrl>
<licenseUrl>https://github.com/danielcrenna/tweetsharp/blob/master/LICENSE</licenseUrl>
<iconUrl>http://apitize.com.s3.amazonaws.com/logo_tweetsharp.png</iconUrl>
<tags>twitter tweetsharp web api http rest wrapper json xml wp7 mango</tags>
<releaseNotes>
New in 2.2
----------
- Added several fixed identified in issues
- Deprecated methods now issue a warning to the user to find an alternative
- Reviewed code to ensure more serious deprecations are handled; they are
- Added 'friendships/lookup' method (ListFriendshipsFor)
</releaseNotes>
</metadata>
</package>