Rename client.User.Keys to client.User.GitSshKey

Mark client.User.Keys as [Obsolete]
This commit is contained in:
Ryan Gribble
2016-06-09 00:19:30 +10:00
parent ff0112efc3
commit 046c5a36cc
11 changed files with 65 additions and 22 deletions

View File

@@ -19,7 +19,7 @@ namespace Octokit.Reactive
{
Ensure.ArgumentNotNull(client, "client");
_client = client.User.Keys;
_client = client.User.GitSshKey;
}
/// <summary>