Skip to content

Commit 38c61d5

Browse files
committed
[windows] add a new bundle upgrade code for 5.10 release
1 parent a62b812 commit 38c61d5

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)