From 530df297327e5864283cf4b794b0b56d3f7e549b Mon Sep 17 00:00:00 2001 From: MichalPavlik Date: Fri, 13 Feb 2026 12:03:06 +0100 Subject: [PATCH 1/3] Version bump required for VS --- eng/Version.Details.props | 34 ++++++++++++++-------------- eng/Version.Details.xml | 34 ++++++++++++++-------------- src/MSBuild/app.amd64.config | 44 ++++++++++++++++++------------------ src/MSBuild/app.config | 22 +++++++++--------- 4 files changed, 67 insertions(+), 67 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 7d878bd6966..acef9c6ab48 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,23 +6,23 @@ This file should be imported by eng/Versions.props - 10.0.1 - 10.0.1 - 10.0.1 - 10.0.1 - 10.0.1 - 10.0.1 - 10.0.1 - 10.0.1 - 10.0.1 - 10.0.1 - 10.0.1 - 10.0.1 - 10.0.1 - 10.0.1 - 10.0.1 - 10.0.1 - 10.0.1 + 10.0.2 + 10.0.2 + 10.0.2 + 10.0.2 + 10.0.2 + 10.0.2 + 10.0.2 + 10.0.2 + 10.0.2 + 10.0.2 + 10.0.2 + 10.0.2 + 10.0.2 + 10.0.2 + 10.0.2 + 10.0.2 + 10.0.2 10.0.0-beta.26106.4 10.0.0-beta.26106.4 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c7e76c1f586..9fd7dff9590 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,103 +3,103 @@ - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime diff --git a/src/MSBuild/app.amd64.config b/src/MSBuild/app.amd64.config index 6393b8d80d9..81f2c2d0daf 100644 --- a/src/MSBuild/app.amd64.config +++ b/src/MSBuild/app.amd64.config @@ -62,18 +62,18 @@ - - + + - - + + - - + + @@ -103,8 +103,8 @@ - - + + @@ -122,18 +122,18 @@ - - + + - - + + - - + + @@ -142,23 +142,23 @@ - - + + - - + + - - + + - - + + diff --git a/src/MSBuild/app.config b/src/MSBuild/app.config index 52243986175..327c2951363 100644 --- a/src/MSBuild/app.config +++ b/src/MSBuild/app.config @@ -33,7 +33,7 @@ - + @@ -58,15 +58,15 @@ - + - + - + @@ -78,15 +78,15 @@ - + - + - + @@ -94,19 +94,19 @@ - + - + - + - + From 78e4e28313662650a8e4d067142f5e18a1982901 Mon Sep 17 00:00:00 2001 From: MichalPavlik Date: Fri, 13 Feb 2026 13:30:01 +0100 Subject: [PATCH 2/3] Updated pkgdef file --- src/Tasks/System.Resources.Extensions.pkgdef | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Tasks/System.Resources.Extensions.pkgdef b/src/Tasks/System.Resources.Extensions.pkgdef index eff98829712..029869a2338 100644 --- a/src/Tasks/System.Resources.Extensions.pkgdef +++ b/src/Tasks/System.Resources.Extensions.pkgdef @@ -3,5 +3,5 @@ "codeBase"="$BaseInstallDir$\MSBuild\Current\Bin\System.Resources.Extensions.dll" "publicKeyToken"="cc7b13ffcd2ddd51" "culture"="neutral" -"oldVersion"="0.0.0.0-10.0.0.1" -"newVersion"="10.0.0.1" +"oldVersion"="0.0.0.0-10.0.0.2" +"newVersion"="10.0.0.2" From ff6ef263fc80fb790099fc9374efc786a41968c5 Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Fri, 13 Feb 2026 12:32:04 -0600 Subject: [PATCH 3/3] Also bump LKG SDK This prevents test-time failures of new tasks (compiled against latest versions) loaded in slightly-stale SDK (with n-1 versions). --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 48a73f73a64..b161e88ff6d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -81,7 +81,7 @@ - 10.0.101 + 10.0.103