Merge pull request #1511 from etschannen/post-release-cleanup-6.1.3

Post release cleanup 6.1.3
This commit is contained in:
Evan Tschannen 2019-04-30 16:55:05 -07:00 committed by GitHub
commit 1d3d411094
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'>
<Product Name='$(var.Title)'
Id='{FA5B5D70-B5D5-4286-B6B8-242E15CEACC3}'
Id='{EEFD287D-44E2-4F48-B1E2-BC68660B9E0D}'
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.1.3</Version>
<Version>6.1.4</Version>
<PackageName>6.1</PackageName>
</PropertyGroup>
</Project>