Release 5.1.5 update versions.target and product id GUID

This commit is contained in:
Yichi Chiang 2018-04-11 17:39:58 -07:00
parent b5b5e74229
commit e84c683143
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='{BEE8CC85-CCB2-49A5-8433-DC446D250B15}'
Id='{A98BF301-533D-41E6-B62F-2F90EF5E73E1}'
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.1.5</Version>
<Version>5.1.6</Version>
<PackageName>5.1</PackageName>
</PropertyGroup>
</Project>