Class UpdateChecker
Inherited Members
Namespace: InsaneScatterbrain.MapGraph.Editor
Syntax
public static class UpdateChecker
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 Task<bool> CheckForNewUpdatesAsync()
Returns
Type | Description |
---|---|
Task<bool> | True if there's a new version available, false otherwise. |