From e37a97449725008b59a5a894e75549898f996d71 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 7 Jul 2023 15:14:02 -0700 Subject: [PATCH] Stabil 7.0.4xx will be shipping its final preview next week and so putting out the PR to stabilize branding in preparation for GA release. Update the implicit version to be automatic. This PR should wait till the runtime in SDK has been updated to 7.0.9 on Tuesday I think. I believe some tests will need to be disabled with the implicit version update. --- eng/Versions.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index fb22a6054..f5c2b2711 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -10,20 +10,20 @@ 4 00 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) - preview + rtm $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) - false + true release 30 32 17 - 19 + $([MSBuild]::Add($(VersionFeature), 20))