update versions.target for the next release

This commit is contained in:
Evan Tschannen 2018-08-22 00:21:41 -07:00
parent c43d07745f
commit b615f36aee
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='{26D33613-F5D8-48B0-B40F-C8295B24035F}'
Id='{87E8D968-B3DE-4C62-82E8-4429423D159C}'
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.8</Version>
<Version>6.0.9</Version>
<PackageName>6.0</PackageName>
</PropertyGroup>
</Project>