@joebigelow / wix / commits / 2be6f679

Update to latest Bal.wixext.

Sean Hall committed Dec 9, 2020 at 12:55 UTC 2be6f679830823096db9110042b2a4a3cf8abede
3 files changed +9 -13
global.json
+1 -1
@@ -1,5 +1,5 @@
1 {
2 "msbuild-sdks": {
3 - "WixToolset.Sdk": "4.0.0-build-0171"
3 + "WixToolset.Sdk": "4.0.0-build-0172"
4 }
5 }
src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest.wxs
+4 -6
@@ -1,10 +1,8 @@
1 -<?xml version="1.0" encoding="utf-8"?>
2 -<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
3 - xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
1 +<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
2 <Bundle Name="WixStdBa" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="75D5D534-E177-4689-AAE9-CAC1C39002C2">
5 - <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense">
6 - <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" />
7 - </BootstrapperApplicationRef>
3 + <BootstrapperApplication>
4 + <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" Theme="hyperlinkLicense" />
5 + </BootstrapperApplication>
6 <Chain>
7 <PackageGroupRef Id="AspNetCoreRuntime31Redist_x86" />
8 <PackageGroupRef Id="DesktopNetCoreRuntime31Redist_x86" />
src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest_x64.wxs
+4 -6
@@ -1,10 +1,8 @@
1 -<?xml version="1.0" encoding="utf-8"?>
2 -<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
3 - xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
1 +<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
2 <Bundle Name="WixStdBa" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="75D5D534-E177-4689-AAE9-CAC1C39002C2">
5 - <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense">
6 - <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" />
7 - </BootstrapperApplicationRef>
3 + <BootstrapperApplication>
4 + <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" Theme="hyperlinkLicense" />
5 + </BootstrapperApplication>
6 <Chain>
7 <PackageGroupRef Id="AspNetCoreRuntime31Redist_x64" />
8 <PackageGroupRef Id="DesktopNetCoreRuntime31Redist_x64" />