mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
Now working on 0.19.1 (#4602)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Microsoft.PowerLauncher.Telemetry
|
||||
/// <summary>
|
||||
/// TODO: This should be replaced by a P/Invoke call to get_product_version
|
||||
/// </summary>
|
||||
public string Version => "v0.19.0";
|
||||
public string Version => "v0.19.1";
|
||||
|
||||
public double BootTimeMs { get; set; }
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ namespace MarkdownPreviewHandler.Telemetry.Events
|
||||
/// <summary>
|
||||
/// Gets The version string. TODO: This should be replaced by a P/Invoke call to get_product_version.
|
||||
/// </summary>
|
||||
public string Version => "v0.19.0";
|
||||
public string Version => "v0.19.1";
|
||||
|
||||
/// <inheritdoc/>
|
||||
public PartA_PrivTags PartA_PrivTags => PartA_PrivTags.ProductAndServiceUsage;
|
||||
|
||||
@@ -17,7 +17,7 @@ namespace SvgPreviewHandler.Telemetry.Events
|
||||
/// <summary>
|
||||
/// Gets The version string. TODO: This should be replaced by a P/Invoke call to get_product_version.
|
||||
/// </summary>
|
||||
public string Version => "v0.19.0";
|
||||
public string Version => "v0.19.1";
|
||||
|
||||
/// <inheritdoc/>
|
||||
public PartA_PrivTags PartA_PrivTags => PartA_PrivTags.ProductAndServiceUsage;
|
||||
|
||||
Reference in New Issue
Block a user