We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f050105 commit 457ba49Copy full SHA for 457ba49
packaging/msi/FDBInstaller.wxs
@@ -32,7 +32,7 @@
32
33
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
34
<Product Name='$(var.Title)'
35
- Id='{193E8019-234D-4DB0-8241-F7F21EFE8104}'
+ Id='{E6DF6C37-C527-448E-B47D-A68F94CA3BE9}'
36
UpgradeCode='{A95EA002-686E-4164-8356-C715B7F8B1C8}'
37
Version='$(var.Version)'
38
Manufacturer='$(var.Manufacturer)'
versions.target
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
2
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
<PropertyGroup>
4
- <Version>5.0.6</Version>
+ <Version>5.0.7</Version>
5
<PackageName>5.0</PackageName>
6
</PropertyGroup>
7
</Project>
0 commit comments