From 0463d89536a0c60e15d934be9c1fcc67835d5c20 Mon Sep 17 00:00:00 2001 From: Tim Sneath Date: Wed, 19 Nov 2025 09:49:01 -0800 Subject: [PATCH] Update WinSDK version --- _data/new-data/install/windows/releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/new-data/install/windows/releases.yml b/_data/new-data/install/windows/releases.yml index e118c03d8..e65c27c47 100644 --- a/_data/new-data/install/windows/releases.yml +++ b/_data/new-data/install/windows/releases.yml @@ -4,7 +4,7 @@ latest-release: Install Swift via the Windows Package Manager (also known as WinGet). after-code-text: | First, install Windows platform dependencies: -
winget install --id Microsoft.VisualStudio.2022.Community --exact --force --custom "--add Microsoft.VisualStudio.Component.Windows11SDK.22000 --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.VC.Tools.ARM64"
+
winget install --id Microsoft.VisualStudio.2022.Community --exact --force --custom "--add Microsoft.VisualStudio.Component.Windows11SDK.22621 --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.VC.Tools.ARM64"

Next, install Swift and other dependencies: