BoxKite.Twitter 1.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package BoxKite.Twitter --version 1.0.6
NuGet\Install-Package BoxKite.Twitter -Version 1.0.6
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.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BoxKite.Twitter --version 1.0.6
#r "nuget: BoxKite.Twitter, 1.0.6"
#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.
// Install BoxKite.Twitter as a Cake Addin
#addin nuget:?package=BoxKite.Twitter&version=1.0.6

// Install BoxKite.Twitter as a Cake Tool
#tool nuget:?package=BoxKite.Twitter&version=1.0.6

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 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 1,533 9/8/2017
2.4.0 2,462 1/18/2016
2.3.0 1,139 1/13/2016
2.2.2 5,572 2/17/2015
2.2.1 1,262 2/3/2015
2.2.0 1,264 1/28/2015
2.1.2 1,484 12/9/2014
2.1.1 1,399 12/8/2014
2.1.0 1,429 12/6/2014
2.0.7-pre 1,284 12/5/2014
2.0.6-pre 1,023 7/12/2014
2.0.5-pre 1,017 7/12/2014
2.0.4-pre 1,020 6/20/2014
2.0.3-pre 1,039 6/6/2014
2.0.2-pre 1,002 6/2/2014
2.0.1-pre 992 5/31/2014
2.0.0-pre 1,011 5/29/2014
1.5.2 1,522 7/13/2014
1.5.1 1,217 7/12/2014
1.5.0 1,441 5/21/2014
1.4.2 1,372 5/10/2014
1.4.1 1,238 5/9/2014
1.4.0 1,287 5/9/2014
1.3.4 1,282 5/3/2014
1.3.3 1,283 5/3/2014
1.3.2 1,367 5/3/2014
1.3.1 1,258 5/3/2014
1.3.0 1,255 5/3/2014
1.2.4 1,556 4/9/2014
1.2.3 1,357 3/16/2014
1.2.2 1,305 1/29/2014
1.2.1 1,250 1/27/2014
1.2.0 1,285 12/31/2013
1.1.0 1,359 12/15/2013
1.0.7 1,408 9/25/2013
1.0.6 1,308 9/20/2013
1.0.5 1,331 9/20/2013
1.0.4 1,334 8/30/2013
1.0.3 1,396 7/23/2013
1.0.2 1,371 7/22/2013
1.0.1.2 1,466 7/22/2013
1.0.1.1 1,398 7/22/2013
1.0.1 1,446 7/22/2013
1.0.0 1,538 6/22/2013
0.9.3.1 1,506 6/16/2013
0.9.3 1,426 6/15/2013
0.9.2 1,527 6/14/2013
0.9.1 1,423 6/12/2013
0.9.0.1-pre 1,159 6/7/2013
0.9.0-pre 1,343 6/3/2013
0.8.9-pre 1,200 6/1/2013
0.8.8.3-pre 1,143 5/30/2013
0.8.8.2-pre 1,153 5/30/2013
0.8.8.1-pre 1,334 5/30/2013
0.8.8-pre 1,209 5/29/2013
0.8.7-pre 1,221 5/28/2013
0.8.6-pre 1,280 5/28/2013
0.8.5-pre 1,167 5/27/2013
0.8.2-pre 1,337 5/26/2013
0.8.1-pre 1,255 5/26/2013
0.8.0.1-pre 1,282 5/25/2013
0.8.0-pre 1,115 5/25/2013
0.7.0-pre 1,165 5/25/2013
0.6.0-pre 1,265 5/25/2013
0.1.5-alpha 1,207 9/2/2012
0.1.3-alpha 1,170 8/24/2012
0.1.2-alpha 1,131 8/24/2012
0.1.1-alpha 1,144 8/19/2012
0.1.0-alpha 1,213 8/19/2012
0.0.2-alpha 1,149 6/24/2012

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
Version 0.9.3 RetweetedStatus is now a Tweet to aid in things and stuff
Version 0.9.2 Thanks to Paul Jenkins, now have a Win8RT Build (via PlatformAdaptor)
Version 0.9.1 First non -pre release
Version 0.9.0.1 small HTML encoding issue and new JSON.NET
Version 0.9.0.0 Missed Retweets, how did I do that?
Version 0.8.9.0 Added more into TwitterConnection and bugs
Version 0.8.8.2 Use RTM HTTP Client Libs
Version 0.8.8.1 URLEncode bug
Version 0.8.8 TwitterConnection getting to final bits
Version 0.8.7 TwitterConnection and bugs
Version 0.8.6 TwitterConnection and bugs
Version 0.8.5 lots of work on higher level TwitterConnection
Version 0.8.2 starting of a higher level TwitterConnection
Version 0.8.1 Fix encoding of multiparam searchstreams
Version 0.8.0: Streams to file uploads
Version 0.7.0: Desktop build
Version 0.6.0: Namespace shenanigans, List
Version 0.5.0: Initial Nick Hodge publish from Brendan's 2012 version