From c035bf2d37bb3a612afbb27865013a8d0fa4f6c6 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Thu, 16 Jul 2020 17:15:05 +0200 Subject: [PATCH] Update version to 0.19.3 (#5033) --- installer/Version.props | 2 +- .../Telemetry/Events/SettingsBootEvent.cs | 2 +- src/core/Microsoft.PowerToys.Settings.UI/Package.appxmanifest | 2 +- .../PowerLauncher.Telemetry/Events/LauncherBootEvent.cs | 2 +- .../Telemetry/Events/MarkdownFileHandlerLoaded.cs | 2 +- .../SvgPreviewHandler/Telemetry/Events/SvgFileHandlerLoaded.cs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/installer/Version.props b/installer/Version.props index 5d07f4a593..780623317e 100644 --- a/installer/Version.props +++ b/installer/Version.props @@ -1,7 +1,7 @@ - 0.19.2 + 0.19.3 Version=$(Version); \ No newline at end of file diff --git a/src/core/Microsoft.PowerToys.Settings.UI.Lib/Telemetry/Events/SettingsBootEvent.cs b/src/core/Microsoft.PowerToys.Settings.UI.Lib/Telemetry/Events/SettingsBootEvent.cs index 99918b229c..757883d790 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI.Lib/Telemetry/Events/SettingsBootEvent.cs +++ b/src/core/Microsoft.PowerToys.Settings.UI.Lib/Telemetry/Events/SettingsBootEvent.cs @@ -14,7 +14,7 @@ namespace Microsoft.PowerLauncher.Telemetry /// /// Gets The version string. TODO: This should be replaced by a P/Invoke call to get_product_version /// - public string Version => "v0.19.2"; + public string Version => "v0.19.3"; public double BootTimeMs { get; set; } diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Package.appxmanifest b/src/core/Microsoft.PowerToys.Settings.UI/Package.appxmanifest index 981bd0b702..f1340faffb 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Package.appxmanifest +++ b/src/core/Microsoft.PowerToys.Settings.UI/Package.appxmanifest @@ -9,7 +9,7 @@ + Version="0.19.3.0" /> diff --git a/src/modules/launcher/PowerLauncher.Telemetry/Events/LauncherBootEvent.cs b/src/modules/launcher/PowerLauncher.Telemetry/Events/LauncherBootEvent.cs index b4c97cdaf1..afabe0ede5 100644 --- a/src/modules/launcher/PowerLauncher.Telemetry/Events/LauncherBootEvent.cs +++ b/src/modules/launcher/PowerLauncher.Telemetry/Events/LauncherBootEvent.cs @@ -10,7 +10,7 @@ namespace Microsoft.PowerLauncher.Telemetry /// /// TODO: This should be replaced by a P/Invoke call to get_product_version /// - public string Version => "v0.19.2"; + public string Version => "v0.19.3"; public double BootTimeMs { get; set; } diff --git a/src/modules/previewpane/MarkdownPreviewHandler/Telemetry/Events/MarkdownFileHandlerLoaded.cs b/src/modules/previewpane/MarkdownPreviewHandler/Telemetry/Events/MarkdownFileHandlerLoaded.cs index 4fef1a5912..8ca29916c6 100644 --- a/src/modules/previewpane/MarkdownPreviewHandler/Telemetry/Events/MarkdownFileHandlerLoaded.cs +++ b/src/modules/previewpane/MarkdownPreviewHandler/Telemetry/Events/MarkdownFileHandlerLoaded.cs @@ -17,7 +17,7 @@ namespace MarkdownPreviewHandler.Telemetry.Events /// /// Gets The version string. TODO: This should be replaced by a P/Invoke call to get_product_version. /// - public string Version => "v0.19.2"; + public string Version => "v0.19.3"; /// public PartA_PrivTags PartA_PrivTags => PartA_PrivTags.ProductAndServiceUsage; diff --git a/src/modules/previewpane/SvgPreviewHandler/Telemetry/Events/SvgFileHandlerLoaded.cs b/src/modules/previewpane/SvgPreviewHandler/Telemetry/Events/SvgFileHandlerLoaded.cs index 4f1673427b..77c22cf558 100644 --- a/src/modules/previewpane/SvgPreviewHandler/Telemetry/Events/SvgFileHandlerLoaded.cs +++ b/src/modules/previewpane/SvgPreviewHandler/Telemetry/Events/SvgFileHandlerLoaded.cs @@ -17,7 +17,7 @@ namespace SvgPreviewHandler.Telemetry.Events /// /// Gets The version string. TODO: This should be replaced by a P/Invoke call to get_product_version. /// - public string Version => "v0.19.2"; + public string Version => "v0.19.3"; /// public PartA_PrivTags PartA_PrivTags => PartA_PrivTags.ProductAndServiceUsage;