Class UpdateChecker
public static class UpdateChecker
- Inheritance
-
UpdateChecker
- Inherited Members
Methods
CheckForUpdateAsync()
Checks GitHub for a newer release. Returns the new version string if one exists, or null. Never throws — all errors are silently swallowed.
public static Task<string?> CheckForUpdateAsync()
Returns
- Task<string>