1 implementation of Version
Microsoft.Maui.Essentials (1)
AppInfo\AppInfo.uwp.cs (1)
45
public Version
Version
=> AppInfoUtils.IsPackagedApp
2 references to Version
Microsoft.Maui.Essentials (2)
AppInfo\AppInfo.shared.cs (2)
28
/// Gets the application version as a <see cref="
Version
"/> object.
84
public static Version Version => Current.
Version
;