Fix Obsolete messages

also remove unwanted .nupkg
This commit is contained in:
Mordechai Zuber
2015-12-21 09:10:14 +02:00
parent 97e9ee566e
commit fe3976246c
3 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
IObservableReleasesClient Release { get; } IObservableReleasesClient Release { get; }
IObservableSshKeysClient SshKey { get; } IObservableSshKeysClient SshKey { get; }
IObservableUsersClient User { get; } IObservableUsersClient User { get; }
[System.Obsolete("The Notifications API belongs under the Activities client")] [System.Obsolete("Notifications are now available under the Activities client. This will be removed in a future update.")]
IObservableNotificationsClient Notification { get; } IObservableNotificationsClient Notification { get; }
IObservableGitDatabaseClient GitDatabase { get; } IObservableGitDatabaseClient GitDatabase { get; }
IObservableSearchClient Search { get; } IObservableSearchClient Search { get; }

View File

@@ -116,7 +116,7 @@
/// <remarks> /// <remarks>
/// Refer to the API docmentation for more information: https://developer.github.com/v3/activity/notifications/ /// Refer to the API docmentation for more information: https://developer.github.com/v3/activity/notifications/
/// </remarks> /// </remarks>
[System.Obsolete("The Notifications API belongs under the Activities client")] [System.Obsolete("Notifications are now available under the Activities client. This will be removed in a future update.")]
INotificationsClient Notification { get; } INotificationsClient Notification { get; }
/// <summary> /// <summary>