Update target to next patch release

This commit is contained in:
Balachandar Namasivayam 2018-07-17 11:12:55 -07:00
parent 7938d247a5
commit df17dad1e0
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='{B2E28F39-90A2-4612-9718-841BB761E16E}'
Id='{89E70A55-A931-4E14-92D8-BF7F2DC335AF}'
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.2</Version>
<Version>6.0.3</Version>
<PackageName>6.0</PackageName>
</PropertyGroup>
</Project>