updated versions.target for 5.1.8

This commit is contained in:
Evan Tschannen 2018-04-18 20:40:36 -07:00
parent 9ad8d02386
commit 77eee396f7
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'> <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<Product Name='$(var.Title)' <Product Name='$(var.Title)'
Id='{DE55C28C-2185-481F-BA9B-5E9E28861C32}' Id='{2F0D2748-11CD-496F-B4B5-77FABB98E362}'
UpgradeCode='{A95EA002-686E-4164-8356-C715B7F8B1C8}' UpgradeCode='{A95EA002-686E-4164-8356-C715B7F8B1C8}'
Version='$(var.Version)' Version='$(var.Version)'
Manufacturer='$(var.Manufacturer)' Manufacturer='$(var.Manufacturer)'

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<Version>5.1.7</Version> <Version>5.1.8</Version>
<PackageName>5.1</PackageName> <PackageName>5.1</PackageName>
</PropertyGroup> </PropertyGroup>
</Project> </Project>