BoxKite.Twitter 1.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package BoxKite.Twitter --version 1.3.1
                    
NuGet\Install-Package BoxKite.Twitter -Version 1.3.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BoxKite.Twitter" Version="1.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BoxKite.Twitter" Version="1.3.1" />
                    
Directory.Packages.props
<PackageReference Include="BoxKite.Twitter" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BoxKite.Twitter --version 1.3.1
                    
#r "nuget: BoxKite.Twitter, 1.3.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BoxKite.Twitter@1.3.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BoxKite.Twitter&version=1.3.1
                    
Install as a Cake Addin
#tool nuget:?package=BoxKite.Twitter&version=1.3.1
                    
Install as a Cake Tool

BoxKite.Twitter is a .NET Portable Class Library interface to the Twitter API 1.1 incorporating REST API, User streaming and Search Streaming

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2.2 349 2/17/2015
2.2.1 80 2/3/2015
2.2.0 75 1/28/2015
2.1.2 154 12/9/2014
2.1.1 59 12/8/2014
2.1.0 64 12/6/2014
2.0.7-pre 50 12/5/2014
2.0.6-pre 96 7/12/2014
2.0.5-pre 59 7/12/2014
2.0.4-pre 58 6/20/2014
2.0.3-pre 57 6/6/2014
2.0.2-pre 54 6/2/2014
2.0.1-pre 52 5/31/2014
2.0.0-pre 54 5/29/2014
1.5.2 293 7/13/2014
1.5.1 80 7/12/2014
1.5.0 85 5/21/2014
1.4.2 154 5/10/2014
1.4.1 59 5/9/2014
1.4.0 59 5/9/2014
1.3.4 84 5/3/2014
1.3.3 61 5/3/2014
1.3.2 61 5/3/2014
1.3.1 58 5/3/2014
1.3.0 60 5/3/2014
1.2.4 106 4/9/2014
1.2.3 84 3/16/2014
1.2.2 62 1/29/2014
1.2.1 59 1/27/2014
1.2.0 68 12/31/2013
1.1.0 62 12/15/2013
1.0.7 60 9/25/2013
1.0.6 62 9/20/2013
1.0.5 63 9/20/2013
1.0.4 62 8/30/2013
1.0.3 58 7/23/2013
1.0.2 59 7/22/2013
1.0.1.2 60 7/22/2013
1.0.1.1 60 7/22/2013
1.0.1 61 7/22/2013
1.0.0 60 6/22/2013
0.9.3.1 104 6/16/2013
0.9.3 60 6/15/2013
0.9.2 57 6/14/2013
0.9.1 62 6/12/2013
0.9.0.1-pre 49 6/7/2013
0.9.0-pre 56 6/3/2013
0.8.9-pre 52 6/1/2013
0.8.8.3-pre 47 5/30/2013
0.8.8.2-pre 51 5/30/2013
0.8.8.1-pre 53 5/30/2013
0.8.8-pre 53 5/29/2013
0.8.7-pre 50 5/28/2013
0.8.6-pre 54 5/28/2013
0.8.5-pre 52 5/27/2013
0.8.2-pre 53 5/26/2013
0.8.1-pre 52 5/26/2013
0.8.0.1-pre 52 5/25/2013
0.8.0-pre 51 5/25/2013
0.7.0-pre 52 5/25/2013
0.6.0-pre 53 5/25/2013
0.1.5-alpha 48 9/2/2012
0.1.3-alpha 46 8/24/2012
0.1.2-alpha 49 8/24/2012
0.1.1-alpha 47 8/19/2012
0.1.0-alpha 47 8/19/2012
0.0.2-alpha 49 6/24/2012

Version 1.3.1 Reactive.EventAggregator Universal
Version 1.3.0 Added Universal Build
Version 1.2.4 GetUserTimeline() with screen_name: fix
Version 1.2.3 small FriendlyDateTime fix
Version 1.2.2 https for oauth
Version 1.2.1 IStreamEvent
Version 1.2.0 VS2013 Build with version bump
--
Version 1.1.0 Update lists to accept int64(long) and change TwitterConnection to be central connection point
--
Version 1.0.7 More small fixes, fixing int? in AccountSettings
Version 1.0.6 Update to latest HTTPClient
Version 1.0.5 Fixes GZIP Flushing bug in Streaming, various other oddities found
Version 1.0.4 Updates user_id to long as per https://dev.twitter.com/blog/test-accounts-user-ids-greater-32-bits and DateTimeExtension UX fix
Version 1.0.3 Thx to Social Dribble guys, major work on Win8RT WebAuthBroker Authflow.
Version 1.0.2 Fix weird Win8.1Prev SSL/TLS issue with SearchStreams with a REST polling
Version 1.0.1.2 LOGIC BOMB
Version 1.0.1.1 small Rx thing fixed
Version 1.0.1 Fix weird Win8.1Prev SSL/TLS issue with UserStreams with a REST polling fallback & add GZIP compression support
Version 1.0.0 Ship
--snip--
Version 0.5.0: Initial Nick Hodge publish from Brendan Forster's 2012 version