Skip to content

Commit bfdb860

Browse files
authored
Merge pull request #266 from hyp/eng/5.10/bundle-code
WiX: add a new bundle upgrade code for 5.10 release
2 parents 7d1bc1e + 38c61d5 commit bfdb860

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platforms/Windows/SideBySideUpgradeStrategy.props

Lines changed: 4 additions & 0 deletions
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)