Merge pull request #663 from richardalow/release-6.0

updated versions.target and wix UID
This commit is contained in:
Richard Low 2018-08-02 19:34:25 -07:00 committed by GitHub
commit 047e5eaf4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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='{3E6458D9-1BA2-43E4-A2C2-DA19F87C4110}'
Id='{B6805A9A-CACA-4C08-9BE2-1EFAB91C9117}'
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>6.0.4</Version>
<Version>6.0.5</Version>
<PackageName>6.0</PackageName>
</PropertyGroup>
</Project>