mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
Update version to 0.19.0 (#4518)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>0.18.3</Version>
|
<Version>0.19.0</Version>
|
||||||
<DefineConstants>Version=$(Version);</DefineConstants>
|
<DefineConstants>Version=$(Version);</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
@@ -14,7 +14,7 @@ namespace Microsoft.PowerLauncher.Telemetry
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets The version string. TODO: This should be replaced by a P/Invoke call to get_product_version
|
/// Gets The version string. TODO: This should be replaced by a P/Invoke call to get_product_version
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Version => "v0.18.3";
|
public string Version => "v0.19.0";
|
||||||
|
|
||||||
public double BootTimeMs { get; set; }
|
public double BootTimeMs { get; set; }
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<Identity
|
<Identity
|
||||||
Name="f4f787a5-f0ae-47a9-be89-5408b1dd2b47"
|
Name="f4f787a5-f0ae-47a9-be89-5408b1dd2b47"
|
||||||
Publisher="CN=lamotile"
|
Publisher="CN=lamotile"
|
||||||
Version="0.18.3.0" />
|
Version="0.19.0.0" />
|
||||||
|
|
||||||
<mp:PhoneIdentity PhoneProductId="f4f787a5-f0ae-47a9-be89-5408b1dd2b47" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
|
<mp:PhoneIdentity PhoneProductId="f4f787a5-f0ae-47a9-be89-5408b1dd2b47" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ namespace Microsoft.PowerLauncher.Telemetry
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// TODO: This should be replaced by a P/Invoke call to get_product_version
|
/// TODO: This should be replaced by a P/Invoke call to get_product_version
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Version => "v0.18.3";
|
public string Version => "v0.19.0";
|
||||||
|
|
||||||
public double BootTimeMs { get; set; }
|
public double BootTimeMs { get; set; }
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ namespace MarkdownPreviewHandler.Telemetry.Events
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets The version string. TODO: This should be replaced by a P/Invoke call to get_product_version.
|
/// Gets The version string. TODO: This should be replaced by a P/Invoke call to get_product_version.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Version => "v0.18.3";
|
public string Version => "v0.19.0";
|
||||||
|
|
||||||
/// <inheritdoc/>
|
/// <inheritdoc/>
|
||||||
public PartA_PrivTags PartA_PrivTags => PartA_PrivTags.ProductAndServiceUsage;
|
public PartA_PrivTags PartA_PrivTags => PartA_PrivTags.ProductAndServiceUsage;
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ namespace SvgPreviewHandler.Telemetry.Events
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets The version string. TODO: This should be replaced by a P/Invoke call to get_product_version.
|
/// Gets The version string. TODO: This should be replaced by a P/Invoke call to get_product_version.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Version => "v0.18.3";
|
public string Version => "v0.19.0";
|
||||||
|
|
||||||
/// <inheritdoc/>
|
/// <inheritdoc/>
|
||||||
public PartA_PrivTags PartA_PrivTags => PartA_PrivTags.ProductAndServiceUsage;
|
public PartA_PrivTags PartA_PrivTags => PartA_PrivTags.ProductAndServiceUsage;
|
||||||
|
|||||||
Reference in New Issue
Block a user