Skip to content

Commit 20826b6

Browse files
committed
WiX: add upgrade code for 6.3 release
Introduce the 6.3 release cycle by adding the upgrade code.
1 parent a1d8371 commit 20826b6

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
@@ -55,6 +55,10 @@
5555
<BundleUpgradeCode>{E41E5E4A-6DA1-435A-A1DC-7CB3E14664F4}</BundleUpgradeCode>
5656
</PropertyGroup>
5757

58+
<PropertyGroup Condition="'$(MajorMinorProductVersion)' == '6.3'">
59+
<BundleUpgradeCode>{4006953D-4D1C-42EE-B7E5-66264DE40EA1}</BundleUpgradeCode>
60+
</PropertyGroup>
61+
5862
<PropertyGroup>
5963
<DefineConstants>
6064
$(DefineConstants);

0 commit comments

Comments
 (0)