Class UpdateChecker
Inheritance
System.Object
UpdateChecker
Namespace: InsaneScatterbrain.MapGraph.Editor
Syntax
public static class UpdateChecker : object
Methods
CheckForNewUpdatesAsync()
Checks if a newer version is available and caches the result so the notification only shows up once for each new version.
Declaration
public static async Task<bool> CheckForNewUpdatesAsync()
Returns
Type | Description |
---|---|
Task<System.Boolean> | True if there's a new version available, false otherwise. |