Release v0.25 - She'll be Comin' Round the Mountain (#1656)

* Run `build -Target FormatCode` to fixup whitespace etc

* Fix delete release asset integration test

* Fix repository fork test

* Fix pagination test for PR Review Request

* First cut of release notes

* update release notes

* Update release notes

* include links to contributors

* Add breaking changes/advisories section

* Tidy up formatting

* Tidy up wording
This commit is contained in:
Ryan Gribble
2017-08-23 21:27:15 +10:00
committed by GitHub
parent 951ca4f742
commit 5e89232521
39 changed files with 164 additions and 99 deletions
@@ -12,7 +12,7 @@ public class ObservableNotificationsClientTests
public async Task MarksNotificationsRead()
{
var client = new ObservableGitHubClient(Helper.GetAuthenticatedClient());
await client.Activity.Notifications.MarkAsRead();
}
}