Octokit.Reactive
0.10.0
dotnet add package Octokit.Reactive --version 0.10.0
NuGet\Install-Package Octokit.Reactive -Version 0.10.0
<PackageReference Include="Octokit.Reactive" Version="0.10.0" />
paket add Octokit.Reactive --version 0.10.0
#r "nuget: Octokit.Reactive, 0.10.0"
// Install Octokit.Reactive as a Cake Addin #addin nuget:?package=Octokit.Reactive&version=0.10.0 // Install Octokit.Reactive as a Cake Tool #tool nuget:?package=Octokit.Reactive&version=0.10.0
An IObservable based GitHub API client library for .NET using Reactive Extensions
Product | Versions 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. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Octokit.Reactive:
Repository | Stars |
---|---|
yiyungent/KnifeHub
🧰 简单易用的效率工具平台
|
|
DynamicTranslator/DynamicTranslator
Instant translation application for windows in .NET :circus_tent:
|
Version | Downloads | Last updated |
---|---|---|
0.10.0 | 113 | 4/22/2015 |
0.9.0 | 50 | 4/6/2015 |
0.8.0 | 54 | 3/19/2015 |
0.7.3 | 51 | 3/9/2015 |
0.7.2 | 54 | 3/1/2015 |
0.7.1 | 59 | 2/24/2015 |
0.7.0 | 40 | 2/23/2015 |
0.7.0-alpha2 | 31 | 2/19/2015 |
0.7.0-alpha | 32 | 2/19/2015 |
0.6.2 | 170 | 1/5/2015 |
0.6.1 | 54 | 12/23/2014 |
0.6.0 | 65 | 12/11/2014 |
0.5.3 | 59 | 12/10/2014 |
0.5.2 | 413 | 10/14/2014 |
0.5.1 | 59 | 10/7/2014 |
0.5.0 | 55 | 10/7/2014 |
0.4.1 | 114 | 7/22/2014 |
0.4.0 | 65 | 7/11/2014 |
0.3.5 | 59 | 6/30/2014 |
0.3.4 | 61 | 4/30/2014 |
0.3.3 | 49 | 4/24/2014 |
0.3.2 | 46 | 4/17/2014 |
0.3.1 | 51 | 3/31/2014 |
0.3.0 | 50 | 3/19/2014 |
0.2.2 | 49 | 3/6/2014 |
0.2.1 | 48 | 2/20/2014 |
0.2.0 | 47 | 2/20/2014 |
0.1.9 | 47 | 2/20/2014 |
0.1.8 | 47 | 1/22/2014 |
0.1.7 | 53 | 12/27/2013 |
0.1.6 | 48 | 12/26/2013 |
0.1.4 | 53 | 11/7/2013 |
0.1.3 | 48 | 11/6/2013 |
0.1.1 | 49 | 10/31/2013 |
0.1.0 | 47 | 10/30/2013 |
Fixed: renamed methods to follow `GetAll` convention - #771 via @alfhenrik
Fixed: helper functions and cleanup to make using Authorization API easier to consume - #786 via @haacked
Breaking Changes:**
- As part of #771 there were many method which were returning collections
but the method name made it unclear. You might think that it wasn't much, but
you'd be wrong. So if you have a method that no longer compile,
it is likely that you need to set the prefix to `GetAll` to re-disocver that API.
- `CommitComment.Position` is now a nullable `int` to prevent serialization issues.