From 8d76a2fcdd0f60fe0267d8d18a3acebdd994a3e7 Mon Sep 17 00:00:00 2001 From: Mordechai Zuber Date: Wed, 23 Dec 2015 17:31:26 +0200 Subject: [PATCH] Update message --- Octokit.Reactive/Clients/IObservableRepositoriesClient.cs | 2 +- Octokit/Clients/IRepositoriesClient.cs | 2 +- Octokit/Clients/RepositoriesClient.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Octokit.Reactive/Clients/IObservableRepositoriesClient.cs b/Octokit.Reactive/Clients/IObservableRepositoriesClient.cs index c0d5200f34..db7bd46db3 100644 --- a/Octokit.Reactive/Clients/IObservableRepositoriesClient.cs +++ b/Octokit.Reactive/Clients/IObservableRepositoriesClient.cs @@ -276,7 +276,7 @@ public interface IObservableRepositoriesClient /// /// See the Collaborators API documentation for more details /// - [Obsolete("Collaborator information is now available under the Collaborator client. This will be removed in a future update.")] + [Obsolete("Collaborator information is now available under the Collaborator property. This will be removed in a future update.")] IObservableRepoCollaboratorsClient RepoCollaborators { get; } /// diff --git a/Octokit/Clients/IRepositoriesClient.cs b/Octokit/Clients/IRepositoriesClient.cs index 3d475ab04b..5e5d08b013 100644 --- a/Octokit/Clients/IRepositoriesClient.cs +++ b/Octokit/Clients/IRepositoriesClient.cs @@ -205,7 +205,7 @@ public interface IRepositoriesClient /// /// See the Collaborators API documentation for more details /// - [System.Obsolete("Collaborator information is now available under the Collaborator client. This will be removed in a future update.")] + [System.Obsolete("Collaborator information is now available under the Collaborator property. This will be removed in a future update.")] IRepoCollaboratorsClient RepoCollaborators { get; } /// diff --git a/Octokit/Clients/RepositoriesClient.cs b/Octokit/Clients/RepositoriesClient.cs index 13665e6745..e86a31b0b1 100644 --- a/Octokit/Clients/RepositoriesClient.cs +++ b/Octokit/Clients/RepositoriesClient.cs @@ -327,7 +327,7 @@ public Task> GetAllForOrg(string organization) /// /// See the Collaborators API documentation for more details /// - [System.Obsolete("Collaborator information is now available under the Collaborator client. This will be removed in a future update.")] + [System.Obsolete("Collaborator information is now available under the Collaborator property. This will be removed in a future update.")] public IRepoCollaboratorsClient RepoCollaborators { get; private set; } ///