This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>BoxKite.Twitter</id> | ||
<version>2.1.0</version> | ||
<title>BoxKite.Twitter</title> | ||
<authors>Nick Hodge</authors> | ||
<owners>Nick Hodge,Brendan Forster</owners> | ||
<licenseUrl>https://github.com/nickhodge/BoxKite.Twitter/blob/master/LICENSE.md</licenseUrl> | ||
<projectUrl>https://github.com/nickhodge/BoxKite.Twitter/wiki</projectUrl> | ||
<iconUrl>http://media.nickhodge.com/boxkite/twitter/nuget-logo.jpg</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>BoxKite.Twitter is a .NET Portable Class Library interface to the Twitter API 1.1 incorporating REST API, User streaming and Search Streaming</description> | ||
<summary>Modern C# Library for the Twitter API 1.1 using Reactive Extensions, incorporating access to Twitter's Userstreams and Searchstreams.</summary> | ||
<releaseNotes>Version 2.1.0 first final in 2.x stream, many small fixes | ||
Version 2.0.7-pre many fixes | ||
Version 2.0.6-pre Android version | ||
Version 2.0.5-pre removed another <dynamic> plus additions from ahmad2x4. THX! | ||
Version 2.0.4-pre first iOS Build | ||
Version 2.0.x-pre OAuth2 Application-only Authentication fully incorporated. Additional Twitter APIs added Cross Platform signatures fixed | ||
Removal and Cleanup of Grunge | ||
-- | ||
Version 1.5.0 OAuth2 implemented for Application (app) level auth; can do more without user login. Not fully put into code as refactoring needed | ||
-- | ||
Version 1.4.1 Extended User info with ProfileBanner (if turned on by user) | ||
Version 1.4.0 Get/ChangeProfileBanners | ||
-- | ||
Version 1.3.4 Reactive.EventAggregator Universal roll in and dependency changes for Universal stuff | ||
Version 1.3.0 Added Universal Build | ||
--snip-- | ||
Version 1.0.0 Ship | ||
Version 0.5.0: Initial Nick Hodge publish from Brendan Forster's 2012 version</releaseNotes> | ||
<copyright>2012-2014 Nick Hodge and Brendan Forster</copyright> | ||
<language>en-US</language> | ||
<tags>twitter,pcl,async,rx</tags> | ||
<dependencies> | ||
<dependency id="Newtonsoft.Json" /> | ||
<dependency id="Rx-Main" /> | ||
<dependency id="Microsoft.Net.Http" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="lib\MonoAndroid\BoxKite.Twitter.dll" target="lib\MonoAndroid\BoxKite.Twitter.dll" /> | ||
<file src="lib\MonoTouch\BoxKite.Twitter.dll" target="lib\MonoTouch\BoxKite.Twitter.dll" /> | ||
<file src="lib\net45\BoxKite.Twitter.dll" target="lib\net45\BoxKite.Twitter.dll" /> | ||
<file src="lib\netcore45\BoxKite.Twitter.dll" target="lib\netcore45\BoxKite.Twitter.dll" /> | ||
<file src="lib\portable-net45+wp8+win8\BoxKite.Twitter.dll" target="lib\portable-net45+wp8+win8\BoxKite.Twitter.dll" /> | ||
<file src="lib\wp8\BoxKite.Twitter.dll" target="lib\wp8\BoxKite.Twitter.dll" /> | ||
<file src="lib\wpa81\BoxKite.Twitter.dll" target="lib\wpa81\BoxKite.Twitter.dll" /> | ||
</files> | ||
</package> |