Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate GitHub library for updating #133

Open
2 tasks
gbakeman opened this issue Feb 21, 2024 · 0 comments
Open
2 tasks

Integrate GitHub library for updating #133

gbakeman opened this issue Feb 21, 2024 · 0 comments
Assignees
Labels
🤖CI/CD Issues and PRs that concern continuous integration and deployment. enhancement New feature or request

Comments

@gbakeman
Copy link
Contributor

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. There are a few ways to improve this:

Goals

  • 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

Related

Part of: #97

@gbakeman gbakeman added enhancement New feature or request 🤖CI/CD Issues and PRs that concern continuous integration and deployment. labels Feb 21, 2024
@gbakeman gbakeman added this to the 2.3 Stable Release milestone Feb 21, 2024
@gbakeman gbakeman self-assigned this Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖CI/CD Issues and PRs that concern continuous integration and deployment. enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant