Release v0.28 - Get to the Chopper!!! (#1709)

* Update release notes

* fix whitespace
This commit is contained in:
Ryan Gribble
2017-11-06 21:38:15 +10:00
committed by GitHub
parent 3b26177b34
commit ed1feb625a
4 changed files with 22 additions and 3 deletions
@@ -64,7 +64,6 @@ namespace Octokit.Reactive
/// <param name="timeout">The Timeout value</param>
public void SetRequestTimeout(TimeSpan timeout)
{
_gitHubClient.SetRequestTimeout(timeout);
}