TweetSharp by Daniel Crenna and Jason Diller

<PackageReference Include="TweetSharp" Version="2.3.0-preview2" />

 TweetSharp 2.3.0-preview2

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.

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>TweetSharp</id>
    <version>2.3-preview2</version>
    <authors>Daniel Crenna and Jason Diller</authors>
    <owners>Daniel Crenna</owners>
    <licenseUrl>https://github.com/danielcrenna/tweetsharp/blob/master/LICENSE</licenseUrl>
    <projectUrl>http://github.com/danielcrenna/tweetsharp</projectUrl>
    <iconUrl>http://apitize.com.s3.amazonaws.com/logo_tweetsharp.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <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>
    <releaseNotes>New in 2.3 (pre-release)
      ----------
      - Updated to support Twitter API v1.1
      - This is a major change and will break many clients that are not ready for v1.1
      - This is a preview release and will likely have bugs; please help me fix them, or report them</releaseNotes>
    <language>en-US</language>
    <tags>twitter tweetsharp web api http rest wrapper json wp7 mango</tags>
    <dependencies>
      <dependency id="Hammock" version="1.3.1" />
      <dependency id="Newtonsoft.Json" version="4.5.2" />
    </dependencies>
  </metadata>
</package>