Class UpdateChecker
Inheritance
object
UpdateChecker
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 |
---|---|
System.Threading.Tasks.Task<TResult><bool> | True if there's a new version available, false otherwise. |