Octokit.Reactive 0.5.0

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

// Install Octokit.Reactive as a Cake Tool
#tool nuget:?package=Octokit.Reactive&version=0.5.0

An IObservable based GitHub API client library for .NET using Reactive Extensions

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. 
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
0.10.0 112 4/22/2015
0.9.0 49 4/6/2015
0.8.0 53 3/19/2015
0.7.3 50 3/9/2015
0.7.2 52 3/1/2015
0.7.1 57 2/24/2015
0.7.0 39 2/23/2015
0.7.0-alpha2 30 2/19/2015
0.7.0-alpha 31 2/19/2015
0.6.2 169 1/5/2015
0.6.1 53 12/23/2014
0.6.0 64 12/11/2014
0.5.3 57 12/10/2014
0.5.2 412 10/14/2014
0.5.1 58 10/7/2014
0.5.0 54 10/7/2014
0.4.1 113 7/22/2014
0.4.0 64 7/11/2014
0.3.5 58 6/30/2014
0.3.4 59 4/30/2014
0.3.3 48 4/24/2014
0.3.2 44 4/17/2014
0.3.1 50 3/31/2014
0.3.0 49 3/19/2014
0.2.2 48 3/6/2014
0.2.1 47 2/20/2014
0.2.0 46 2/20/2014
0.1.9 46 2/20/2014
0.1.8 46 1/22/2014
0.1.7 52 12/27/2013
0.1.6 47 12/26/2013
0.1.4 52 11/7/2013
0.1.3 47 11/6/2013
0.1.1 48 10/31/2013
0.1.0 46 10/30/2013

New: added more methods for users and orgs - #553 via @andrerod
New: added support for Universal Apps - #575 via @hippiehunter
New: added missing fields to `Repository` - #560 via @thedillonb
New: upgraded Octokit.Reactive to Rx 2.2.5 - #564 via @haacked
Fixed: added `ItemState.All` enum value so issue filtering can be bypassed - #550 via @MitjaBezensek
Fixed: remove trailing slash in `ApiUrl` that causes /team/{id}/repos to fail - #555 via @matt-gibbs
Fixed: `PullRequest.Mergeable` was misspelt, causing serialization issue - #576 via @jrowies
Fixed: serialization issue when parsing `OAuthToken.Scope` list - @shiftkey
Breaking Change:** `Readme.GetHtmlContent()` would return a 404, due to `Readme.HtmlUrl` not accepting custom Accepts header. This method now uses `Readme.Url` internally, which will return a slightly different DOM.