Update versions.target and FDBInstaller.wxs

This commit is contained in:
A.J. Beamon 2018-01-24 14:41:41 -08:00
parent 31dfedcd21
commit 6c57ec3680
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<Product Name='$(var.Title)'
Id='{718B301F-8039-4E24-8537-614AFB209EED}'
Id='{1A6AE753-4C4A-4B16-96E7-92A6915E3B5C}'
UpgradeCode='{A95EA002-686E-4164-8356-C715B7F8B1C8}'
Version='$(var.Version)'
Manufacturer='$(var.Manufacturer)'

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version>5.0.8</Version>
<Version>5.0.9</Version>
<PackageName>5.0</PackageName>
</PropertyGroup>
</Project>