We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5545589 commit 04e3e6bCopy full SHA for 04e3e6b
1 file changed
dev/DevWinUI.Gallery/Views/HomeLandingPage.xaml.cs
@@ -4,7 +4,7 @@ namespace DevWinUIGallery.Views;
4
5
public sealed partial class HomeLandingPage : Page
6
{
7
- public string WASDKVersion { get; } = $"Windows App SDK {ReleaseInfo.Major}.{ReleaseInfo.Minor}+";
+ public string WASDKVersion { get; } = $"Windows App SDK 1.8+";
8
public HomeLandingPage()
9
10
this.InitializeComponent();
0 commit comments