The current method of updating involves making an HTTP request to GitHub, parsing the response, then displaying the raw markdown release info in a text box.
[x] Modularize underlying update code; extract it from the Update Form code into extendable code in the common library
[x] Replace manual HTTP request method with a GitHub API library from NuGet
Release Procedure
With this update, there will be no more emphasis placed on the title of releases, and more so on the tag for following the semver format.
[x] Make sure wiki documentation on releases is updated.
Introduction
The current method of updating involves making an HTTP request to GitHub, parsing the response, then displaying the raw markdown release info in a text box.
Release Procedure
With this update, there will be no more emphasis placed on the title of releases, and more so on the tag for following the semver format.
Related
176
Part of: https://github.com/nutdotnet/WinNUT-Client/issues/97