From ba51b932e6bc1aaede907ebee57e3d9cab4b2d1a Mon Sep 17 00:00:00 2001 From: Sean Reeser Date: Tue, 1 Oct 2024 15:55:41 -0700 Subject: [PATCH 1/5] Update branding to 8.0.307 --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index e34bdc52e29a..3fc68ffea1e1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -8,7 +8,7 @@ 8 0 3 - 06 + 07 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) From ac5461c0b3ccd31ba267639ea75fdf69074930a8 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Tue, 1 Oct 2024 16:31:31 -0700 Subject: [PATCH 2/5] Use the august release of the web templates --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 3fc68ffea1e1..face6c16c574 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -150,7 +150,7 @@ true true true - $([MSBuild]::Subtract($(VersionFeature60), 1)) + $([MSBuild]::Subtract($(VersionFeature60), 2)) $(VersionFeature60) $([MSBuild]::Subtract($(AspNetCoreTemplateFeature60), 1)) From 88653b401d2cbf2137edaf545d25fca4739fa72d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 22:47:39 +0000 Subject: [PATCH 3/5] [release/8.0.3xx] Update dependencies from dotnet/arcade (#20135) [release/8.0.3xx] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 53892d6e6d1c..f24eaf13a7e5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,18 +214,18 @@ - + https://github.com/dotnet/arcade - dcb2d68022c6b515f547223ffc1837361f116534 + 69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0 - + https://github.com/dotnet/arcade - dcb2d68022c6b515f547223ffc1837361f116534 + 69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0 - + https://github.com/dotnet/arcade - dcb2d68022c6b515f547223ffc1837361f116534 + 69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index face6c16c574..6887edeba725 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 8.0.0-beta.24461.1 + 8.0.0-beta.24475.3 diff --git a/global.json b/global.json index b243131209c9..137bc2984078 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24461.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24461.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24475.3", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24475.3" } } From 35767d8564d14d7552ef571d3749e719c5464589 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:23:07 -0700 Subject: [PATCH 4/5] [release/8.0.3xx] Update dependencies from dotnet/arcade (#20158) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f24eaf13a7e5..cd99ee30a371 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,18 +214,18 @@ - + https://github.com/dotnet/arcade - 69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0 + 103916ccdbe7f4ab2e194068a1a3cd330542601f - + https://github.com/dotnet/arcade - 69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0 + 103916ccdbe7f4ab2e194068a1a3cd330542601f - + https://github.com/dotnet/arcade - 69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0 + 103916ccdbe7f4ab2e194068a1a3cd330542601f https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 6887edeba725..601b7adce569 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 8.0.0-beta.24475.3 + 8.0.0-beta.24504.2 diff --git a/global.json b/global.json index 137bc2984078..8320b3ded24a 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24475.3", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24475.3" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24504.2", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24504.2" } } From 6d1bb6a7da22b5a96dbcbcd33258a4923badbb06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:51:52 -0700 Subject: [PATCH 5/5] [release/8.0.3xx] Add registry search for upgrade policy keys (#20154) Co-authored-by: Jacques Eloff --- eng/Versions.props | 4 ---- src/redist/targets/GenerateMSIs.targets | 15 +++++++++------ .../targets/packaging/windows/clisdk/bundle.wxs | 5 +++++ .../packaging/windows/clisdk/generatebundle.ps1 | 7 ++++++- 4 files changed, 20 insertions(+), 11 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 601b7adce569..eda623281bd6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -165,10 +165,6 @@ $(MicrosoftNETCoreAppRuntimePackageVersion) $(MicrosoftNETCoreAppRuntimePackageVersion) - - - 3.14.1.8722 - $(MicrosoftDotnetWinFormsProjectTemplatesPackageVersion) diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index 41d2c7820370..08c029e2d40c 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -3,10 +3,10 @@ - https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/wix/Microsoft.Signed.Wix-$(WixVersion).zip - $(ArtifactsDir)Tools/WixTools/$(WixVersion) - $(WixRoot)/WixTools.$(WixVersion).zip - $(WixRoot)/WixDownload.$(WixVersion).sentinel + https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/wix/Microsoft.Signed.Wix-$(MicrosoftSignedWixVersion).zip + $(ArtifactsDir)Tools/WixTools/$(MicrosoftSignedWixVersion) + $(WixRoot)/WixTools.$(MicrosoftSignedWixVersion).zip + $(WixRoot)/WixDownload.$(MicrosoftSignedWixVersion).sentinel @@ -126,7 +126,7 @@ @@ -344,9 +344,11 @@ @(LatestTemplateInstallerComponent->'%(MSIInstallerFile)') + $(PkgMicrosoft_DotNet_Build_Tasks_Installers)\build\wix\bundle\upgradePolicies.wxs + + AdditionalBasePaths="$(MSBuildThisFileDirectory)packaging/windows/clisdk;$(PkgMicrosoft_DotNet_Build_Tasks_Installers)\build\wix\bundle"> diff --git a/src/redist/targets/packaging/windows/clisdk/bundle.wxs b/src/redist/targets/packaging/windows/clisdk/bundle.wxs index f49737a1c0be..b49b7836071f 100644 --- a/src/redist/targets/packaging/windows/clisdk/bundle.wxs +++ b/src/redist/targets/packaging/windows/clisdk/bundle.wxs @@ -35,6 +35,11 @@ + + + + +