UpdateResponse
The UpdateResponse
class is used to send info about the current version vs the GitHub version found when calling api/settings/check-for-updates
Properties
Property | Type | Description |
---|---|---|
CurrentVersion |
string |
The current version of the application. |
LatestVersion |
string |
The latest available version on GitHub. |
ReleaseNotes |
string |
Notes or changelog for the latest release. |