Now working on 0.19.1 (#4602)

This commit is contained in:
Enrico Giordani 2020-06-30 18:40:16 +02:00 committed by Enrico Giordani
parent 772387a27a
commit 32d873f41d
6 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version>0.19.0</Version>
<Version>0.19.1</Version>
<DefineConstants>Version=$(Version);</DefineConstants>
</PropertyGroup>
</Project>

View file

@ -14,7 +14,7 @@ namespace Microsoft.PowerLauncher.Telemetry
/// <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";
public double BootTimeMs { get; set; }

View file

@ -9,7 +9,7 @@
<Identity
Name="f4f787a5-f0ae-47a9-be89-5408b1dd2b47"
Publisher="CN=lamotile"
Version="0.19.0.0" />
Version="0.19.1.0" />
<mp:PhoneIdentity PhoneProductId="f4f787a5-f0ae-47a9-be89-5408b1dd2b47" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

View file

@ -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; }

View file

@ -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;

View file

@ -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;