Bump versions.target

This commit is contained in:
John Brownlee 2018-05-31 11:23:09 -07:00
parent cd64d6c89a
commit 10bcba4dba
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='{7CCBAC07-4C3D-40B8-910B-47E185AA9414}'
Id='{B4412CF1-A468-461D-80C3-805F94D665B5}'
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.2</Version>
<Version>5.2.3</Version>
<PackageName>5.2</PackageName>
</PropertyGroup>
</Project>