Version 0.14.0 (#782)

This commit is contained in:
Enrico Giordani 2019-11-26 11:46:22 +01:00 committed by GitHub
parent 767c3c942b
commit 51b791f9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<Product Id="*"
Name="PowerToys"
Language="1033"
Version="0.13.0"
Version="0.14.0"
Manufacturer="Microsoft"
UpgradeCode="42B84BF7-5FBF-473B-9C8B-049DC16F7708">

View File

@ -4,7 +4,7 @@
#define STRINGIZE(s) STRINGIZE2(s)
#define VERSION_MAJOR 0
#define VERSION_MINOR 13
#define VERSION_MINOR 14
#define VERSION_REVISION 0
#define VERSION_BUILD 0

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.13.0.0")]
[assembly: AssemblyFileVersion("0.13.0.0")]
[assembly: AssemblyVersion("0.14.0.0")]
[assembly: AssemblyFileVersion("0.14.0.0")]