Skip to content

Commit 062aed3

Browse files
committed
Update version to 0.19.2 (#4896)
1 parent d0d7241 commit 062aed3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

installer/Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<Version>0.19.1</Version>
4+
<Version>0.19.2</Version>
55
<DefineConstants>Version=$(Version);</DefineConstants>
66
</PropertyGroup>
77
</Project>

src/core/Microsoft.PowerToys.Settings.UI.Lib/Telemetry/Events/SettingsBootEvent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class SettingsBootEvent : EventBase, IEvent
1414
/// <summary>
1515
/// Gets The version string. TODO: This should be replaced by a P/Invoke call to get_product_version
1616
/// </summary>
17-
public string Version => "v0.19.1";
17+
public string Version => "v0.19.2";
1818

1919
public double BootTimeMs { get; set; }
2020

src/core/Microsoft.PowerToys.Settings.UI/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity
1010
Name="f4f787a5-f0ae-47a9-be89-5408b1dd2b47"
1111
Publisher="CN=lamotile"
12-
Version="0.19.1.0" />
12+
Version="0.19.2.0" />
1313

1414
<mp:PhoneIdentity PhoneProductId="f4f787a5-f0ae-47a9-be89-5408b1dd2b47" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1515

src/modules/launcher/PowerLauncher.Telemetry/Events/LauncherBootEvent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class LauncherBootEvent : EventBase, IEvent
1010
/// <summary>
1111
/// TODO: This should be replaced by a P/Invoke call to get_product_version
1212
/// </summary>
13-
public string Version => "v0.19.1";
13+
public string Version => "v0.19.2";
1414

1515
public double BootTimeMs { get; set; }
1616

src/modules/previewpane/MarkDownPreviewHandler/Telemetry/Events/MarkdownFileHandlerLoaded.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class MarkdownFileHandlerLoaded : EventBase, IEvent
1717
/// <summary>
1818
/// Gets The version string. TODO: This should be replaced by a P/Invoke call to get_product_version.
1919
/// </summary>
20-
public string Version => "v0.19.1";
20+
public string Version => "v0.19.2";
2121

2222
/// <inheritdoc/>
2323
public PartA_PrivTags PartA_PrivTags => PartA_PrivTags.ProductAndServiceUsage;

src/modules/previewpane/SvgPreviewHandler/Telemetry/Events/SvgFileHandlerLoaded.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class SvgFileHandlerLoaded : EventBase, IEvent
1717
/// <summary>
1818
/// Gets The version string. TODO: This should be replaced by a P/Invoke call to get_product_version.
1919
/// </summary>
20-
public string Version => "v0.19.1";
20+
public string Version => "v0.19.2";
2121

2222
/// <inheritdoc/>
2323
public PartA_PrivTags PartA_PrivTags => PartA_PrivTags.ProductAndServiceUsage;

0 commit comments

Comments
 (0)