Now working on 0.18.2 (#3542)

This commit is contained in:
Enrico Giordani
2020-05-22 20:28:49 +02:00
committed by GitHub
parent e75a74565b
commit 8995f0af55
7 changed files with 7 additions and 7 deletions

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.18.1";
public string Version => "v0.18.2";
/// <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.18.1";
public string Version => "v0.18.2";
/// <inheritdoc/>
public PartA_PrivTags PartA_PrivTags => PartA_PrivTags.ProductAndServiceUsage;