Version bump.

This commit is contained in:
John Brownlee 2018-07-31 13:11:09 -07:00
parent a5a28c6bd5
commit 72ff32c83b
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='{FB340678-19AC-4B09-8DFC-4745F5BB244D}'
Id='{25D03E2C-9661-443B-BB12-35DB1FF0F758}'
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.2.7</Version>
<Version>5.2.8</Version>
<PackageName>5.2</PackageName>
</PropertyGroup>
</Project>