We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b40bd commit e1781c9Copy full SHA for e1781c9
Microsoft.Toolkit.Uwp/Helpers/SystemInformation.cs
@@ -127,7 +127,7 @@ public static async Task LaunchStoreForReviewAsync()
127
/// This will be the current version if a previous version of the app was installed
128
/// before using <see cref="SystemInformation"/> or if the app is not updated.
129
/// </summary>
130
- public PackageVersion PreviousVersionInstalled
+ public PackageVersion PreviousVersionInstalled
131
{
132
get => _previousVersionInstalled;
133
private set => _previousVersionInstalled = value;
@@ -404,4 +404,4 @@ private void InitializeValuesSetWithTrackAppUse()
404
LastResetTime = DateTime.MinValue;
405
}
406
407
-}
+}
0 commit comments