From 60cb603909e06e7e2fc35fb05e990da3b47bc00d Mon Sep 17 00:00:00 2001 From: Andrew KeepCoding Date: Fri, 2 Feb 2024 22:43:45 +0900 Subject: [PATCH] Remove a mention of WindowsAppSDK v1.2 as the latest version (#9284) Removed a mention of specific WindowsAppSDK version (v1.2) to avoid doc updates every time a new version is released. --- docs/roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 93be34ca98..52e449c149 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -44,7 +44,7 @@ It focuses on enabling three main use cases: 3. **Enabling other frameworks** * Providing the native implementation for other frameworks like [React Native](https://github.com/Microsoft/react-native-windows) and .NET [MAUI](https://docs.microsoft.com/dotnet/maui/what-is-maui) when running on Windows. -WinUI 3 is available as a part of the [Windows App SDK](https://docs.microsoft.com/windows/apps/windows-app-sdk) for building stable and supported desktop/Win32 apps for production scenarios. The latest release is the Windows App SDK 1.2, which you can download and read more about at the documentation linked below: +WinUI 3 is available as a part of the [Windows App SDK](https://docs.microsoft.com/windows/apps/windows-app-sdk) for building stable and supported desktop/Win32 apps for production scenarios. You can download and read more about the latest releases of the Windows App SDK at the following documentation. [Stable release channel for the Windows App SDK](https://docs.microsoft.com/windows/apps/windows-app-sdk/stable-channel)