Merge branch 'master' into deployments_client

This commit is contained in:
Peter MacNaughton
2014-02-02 11:16:19 -07:00
84 changed files with 2927 additions and 132 deletions

View File

@@ -21,7 +21,6 @@ namespace Octokit
IUsersClient User { get; }
INotificationsClient Notification { get; }
IGitDatabaseClient GitDatabase { get; }
ITreesClient Tree { get; }
ISearchClient Search { get; }
IDeploymentsClient Deployment { get; }
}