Merge pull request #523 from apkar/release-5.2

Post release steps for 5.2.5
This commit is contained in:
Evan Tschannen 2018-06-21 16:58:57 -07:00 committed by GitHub
commit c4a035c7cc
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='{CE1F5766-2799-4128-87A1-346FAC47480B}'
Id='{E60C53B7-DA5E-49BA-9F5F-8FC668D1DD4C}'
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.2.5</Version>
<Version>5.2.6</Version>
<PackageName>5.2</PackageName>
</PropertyGroup>
</Project>