diff --git a/Octokit.Reactive/IObservableGitHubClient.cs b/Octokit.Reactive/IObservableGitHubClient.cs
index 63d070c0..4bb181cf 100644
--- a/Octokit.Reactive/IObservableGitHubClient.cs
+++ b/Octokit.Reactive/IObservableGitHubClient.cs
@@ -16,7 +16,7 @@
IObservableReleasesClient Release { get; }
IObservableSshKeysClient SshKey { 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; }
IObservableGitDatabaseClient GitDatabase { get; }
IObservableSearchClient Search { get; }
diff --git a/Octokit/IGitHubClient.cs b/Octokit/IGitHubClient.cs
index 4a8b1c08..07aae0a5 100644
--- a/Octokit/IGitHubClient.cs
+++ b/Octokit/IGitHubClient.cs
@@ -116,7 +116,7 @@
///
/// Refer to the API docmentation for more information: https://developer.github.com/v3/activity/notifications/
///
- [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; }
///
diff --git a/packages/System.Net.Http.2.0.20710.0/System.Net.Http.2.0.20710.0.nupkg b/packages/System.Net.Http.2.0.20710.0/System.Net.Http.2.0.20710.0.nupkg
deleted file mode 100644
index 44e77b8a..00000000
Binary files a/packages/System.Net.Http.2.0.20710.0/System.Net.Http.2.0.20710.0.nupkg and /dev/null differ