Merge pull request #1971 from etschannen/post-release-cleanup-6.2.0

Post release cleanup 6.2.0
This commit is contained in:
Evan Tschannen 2019-08-07 19:13:11 -07:00 committed by GitHub
commit 07f2dde0d5
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='{9BBE2E3A-0139-4807-A7EA-9E2B0DE33AB7}'
Id='{1CC3F534-D407-483A-ADA0-AB16D94A759E}'
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.2.0</Version>
<Version>6.2.1</Version>
<PackageName>6.2</PackageName>
</PropertyGroup>
</Project>