From 6787af413e438bfd37a7f21899efc0293840a547 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Tue, 3 Mar 2020 22:31:57 +0100 Subject: [PATCH] Increment version to 0.15.1 (#1428) --- installer/MSIX/appxmanifest.xml | 2 +- installer/PowerToysSetup/Product.wxs | 2 +- src/common/version.h | 2 +- .../editor/FancyZonesEditor/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/installer/MSIX/appxmanifest.xml b/installer/MSIX/appxmanifest.xml index 117b747a6673..c07515bc24fa 100644 --- a/installer/MSIX/appxmanifest.xml +++ b/installer/MSIX/appxmanifest.xml @@ -7,7 +7,7 @@ xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4" xmlns:desktop5="http://schemas.microsoft.com/appx/manifest/desktop/windows10/5" IgnorableNamespaces="desktop4"> - + PowerToys Microsoft Corporation diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs index 3f446ce03f97..f7d86f2510c0 100644 --- a/installer/PowerToysSetup/Product.wxs +++ b/installer/PowerToysSetup/Product.wxs @@ -8,7 +8,7 @@ diff --git a/src/common/version.h b/src/common/version.h index d123b28ccfd5..47c45fc9fc5a 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -5,7 +5,7 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 15 -#define VERSION_REVISION 0 +#define VERSION_REVISION 1 #define FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, 0 #define FILE_VERSION_STRING STRINGIZE(VERSION_MAJOR) "." STRINGIZE(VERSION_MINOR) "." STRINGIZE(VERSION_REVISION) ".0" diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs index acf5dadf3f00..0ef76a40d704 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs +++ b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // 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.15.0.0")] -[assembly: AssemblyFileVersion("0.15.0.0")] +[assembly: AssemblyVersion("0.15.1.0")] +[assembly: AssemblyFileVersion("0.15.1.0")]