Merge pull request #442 from ajbeamon/release-5.2

Update versions.target and MSI package for 5.2.4
This commit is contained in:
A.J. Beamon 2018-06-06 15:21:39 -07:00 committed by GitHub
commit b52681c763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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='{7908E13B-1D62-4DCB-A359-3DA925AF8A8C}' Id='{AE19C2B5-95FB-4F6D-8906-44BDF019D5B2}'
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.2.3</Version> <Version>5.2.4</Version>
<PackageName>5.2</PackageName> <PackageName>5.2</PackageName>
</PropertyGroup> </PropertyGroup>
</Project> </Project>