Post-release updates for 6.0.5 release

This commit is contained in:
A.J. Beamon 2018-08-10 14:28:56 -07:00
parent 55bfd80e20
commit 61480bdf4e
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='{632477E3-EE9A-4A10-A794-DFEE2FD43E5D}'
Id='{28BA5AF3-B475-4C57-85AF-80A0C049EFE1}'
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.5</Version>
<Version>6.0.6</Version>
<PackageName>6.0</PackageName>
</PropertyGroup>
</Project>