Skip to content

Commit 591b3a8

Browse files
authored
Merge pull request #268 from hyp/eng/5.10/bundle-code-upd-pick
WiX: add a new bundle upgrade code for 5.10 release
2 parents 97669c5 + 60b2361 commit 591b3a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platforms/Windows/SideBySideUpgradeStrategy.props

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
<BundleUpgradeCode>{710F1827-DA4A-4BF4-BDCE-D5F2D7C0DEF2}</BundleUpgradeCode>
3636
</PropertyGroup>
3737

38+
<PropertyGroup Condition="'$(MajorMinorProductVersion)' == '5.10'">
39+
<BundleUpgradeCode>{917DAD47-82C9-4845-ACBE-57E169EDF799}</BundleUpgradeCode>
40+
</PropertyGroup>
41+
3842
<PropertyGroup>
3943
<DefineConstants>
4044
$(DefineConstants);

0 commit comments

Comments
 (0)