From 4727a27caac06f6ab0f04a7846c27c607568fa79 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Mon, 29 Jul 2024 18:32:12 -0300 Subject: [PATCH] Render trx version in GH comment --- src/dotnet-trx/TrxCommand.cs | 2 +- src/dotnet-trx/dotnet-trx.csproj | 86 ++++++++++++++++---------------- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/src/dotnet-trx/TrxCommand.cs b/src/dotnet-trx/TrxCommand.cs index ca11fba..8fc4c24 100644 --- a/src/dotnet-trx/TrxCommand.cs +++ b/src/dotnet-trx/TrxCommand.cs @@ -25,7 +25,7 @@ public partial class TrxCommand : Command const string Signature = ""; static string Author => - $"from [{ThisAssembly.Project.PackageId}]({ThisAssembly.Project.PackageProjectUrl}) on {RuntimeInformation.FrameworkDescription} with [:purple_heart:](https://github.com/sponsors/devlooped)"; + $"from [{ThisAssembly.Project.PackageId}]({ThisAssembly.Project.PackageProjectUrl}) v{ThisAssembly.Project.Version} on {RuntimeInformation.FrameworkDescription} with [:purple_heart:](https://github.com/sponsors/devlooped)"; public class TrxSettings : CommandSettings { diff --git a/src/dotnet-trx/dotnet-trx.csproj b/src/dotnet-trx/dotnet-trx.csproj index d612498..87f344b 100644 --- a/src/dotnet-trx/dotnet-trx.csproj +++ b/src/dotnet-trx/dotnet-trx.csproj @@ -1,44 +1,44 @@ - - - - Exe - net8.0 - Devlooped - false - Major - trx - dotnet-trx - Pretty-print test results in TRX format - dotnet tests dotnet-tools - MIT - true - $([System.DateTime]::Now.ToString("yyyy-MM-dd")) - $(GITHUB_REF_NAME) - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + Exe + net8.0 + Devlooped + false + Major + trx + dotnet-trx + Pretty-print test results in TRX format + dotnet tests dotnet-tools + MIT + true + $([System.DateTime]::Now.ToString("yyyy-MM-dd")) + $(GITHUB_REF_NAME) + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file