Now working on 0.14.2 (#871)

This commit is contained in:
Enrico Giordani 2019-12-05 19:09:32 +01:00 committed by GitHub
parent fed81c8e22
commit e714cb9e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
<Product Id="*"
Name="PowerToys"
Language="1033"
Version="0.14.1"
Version="0.14.2"
Manufacturer="Microsoft"
UpgradeCode="42B84BF7-5FBF-473B-9C8B-049DC16F7708">
@ -17,7 +17,7 @@
<Upgrade Id="42B84BF7-5FBF-473B-9C8B-049DC16F7708">
<UpgradeVersion
Minimum="0.11.0" Maximum="0.14.0"
Minimum="0.11.0" Maximum="0.14.1"
Property="PREVIOUSVERSIONSINSTALLED"
IncludeMinimum="yes" IncludeMaximum="yes" />
</Upgrade>

View File

@ -5,7 +5,7 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 14
#define VERSION_REVISION 1
#define VERSION_REVISION 2
#define VERSION_BUILD 0
#define FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD

View File

@ -51,5 +51,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.14.1.0")]
[assembly: AssemblyFileVersion("0.14.1.0")]
[assembly: AssemblyVersion("0.14.2.0")]
[assembly: AssemblyFileVersion("0.14.2.0")]