Add Releases to IGitHubClient.

This commit is contained in:
Matt Burke
2013-10-02 21:08:55 -04:00
committed by Haacked
parent 6092c4f491
commit 10064de852
+1
View File
@@ -10,6 +10,7 @@ namespace Octokit
IAutoCompleteClient AutoComplete { get; }
IOrganizationsClient Organization { get; }
IRepositoriesClient Repository { get; }
IReleasesClient Releases { get; }
ISshKeysClient SshKey { get; }
IUsersClient User { get; }
}