Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6787af4

Browse files
authored
Increment version to 0.15.1 (microsoft#1428)
1 parent 0199b4e commit 6787af4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

installer/MSIX/appxmanifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
88
xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
99
xmlns:desktop5="http://schemas.microsoft.com/appx/manifest/desktop/windows10/5" IgnorableNamespaces="desktop4">
10-
<Identity Name="Microsoft.PowerToys" Version="0.15.0.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" ProcessorArchitecture="x64" />
10+
<Identity Name="Microsoft.PowerToys" Version="0.15.1.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" ProcessorArchitecture="x64" />
1111
<Properties>
1212
<DisplayName>PowerToys</DisplayName>
1313
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>

installer/PowerToysSetup/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Product Id="*"
99
Name="PowerToys (Preview)"
1010
Language="1033"
11-
Version="0.15.0"
11+
Version="0.15.1"
1212
Manufacturer="Microsoft"
1313
UpgradeCode="42B84BF7-5FBF-473B-9C8B-049DC16F7708">
1414

src/common/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#define VERSION_MAJOR 0
77
#define VERSION_MINOR 15
8-
#define VERSION_REVISION 0
8+
#define VERSION_REVISION 1
99

1010
#define FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, 0
1111
#define FILE_VERSION_STRING STRINGIZE(VERSION_MAJOR) "." STRINGIZE(VERSION_MINOR) "." STRINGIZE(VERSION_REVISION) ".0"

src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("0.15.0.0")]
55-
[assembly: AssemblyFileVersion("0.15.0.0")]
54+
[assembly: AssemblyVersion("0.15.1.0")]
55+
[assembly: AssemblyFileVersion("0.15.1.0")]

0 commit comments

Comments
 (0)