nutdotnet/WinNUT-Client

Integrate GitHub library for updating

gbakeman opened this issue · 0 comments

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.

  • Modularize underlying update code; extract it from the Update Form code into extendable code in the common library
  • 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.

  • Make sure wiki documentation on releases is updated.

Related