From 0ca5cfe3202f5c3de3316804ce008a5b7945ce73 Mon Sep 17 00:00:00 2001 From: Sean Reeser Date: Tue, 7 Nov 2023 10:59:33 -0800 Subject: [PATCH 1/3] Update branding to 8.0.101 --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 0594bf69e..6c96107a1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -8,7 +8,7 @@ 8 0 1 - 00 + 01 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) From 2a6e1c3f474fe064f088b1ee8b95dc75b4f7b638 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 8 Nov 2023 16:33:51 -0800 Subject: [PATCH 2/3] Update Versions.props --- eng/Versions.props | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 6c96107a1..78404717f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -145,8 +145,10 @@ Therefore we stay at last month's version. We also need to special case the 1st patch release, because the incoming SDK version will never be 2 versions behind us in that case. Instead the indicator is that the incoming SDK version is not RTM or greater yet. - Preview releases already use -1 versionining so don't subtract one for that version + Preview releases already use -1 versionining so don't subtract one for that version. + In public builds, we always use the 2 month old version. --> + true true $([MSBuild]::Subtract($(VersionFeature60), 1)) From de66fe5b4bc145419de8537f6b01716bcfc72625 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 8 Nov 2023 16:38:53 -0800 Subject: [PATCH 3/3] Update Versions.props --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 78404717f..aa53d192b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -148,7 +148,7 @@ Preview releases already use -1 versionining so don't subtract one for that version. In public builds, we always use the 2 month old version. --> - true true true $([MSBuild]::Subtract($(VersionFeature60), 1))