Skip to content

Commit

Permalink
⬆️ Bump files with dotnet-file sync
Browse files Browse the repository at this point in the history
# devlooped/dotnet-trx

- Render trx version in GH comment devlooped/dotnet-trx@4727a27
  • Loading branch information
devlooped-bot authored and kzu committed Jul 29, 2024
1 parent 287aa8f commit 395f738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .netconfig
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
weak
[file "src/dotnet-retest/TrxCommand.cs"]
url = https://github.com/devlooped/dotnet-trx/blob/main/src/dotnet-trx/TrxCommand.cs
sha = e387f12bd7a3283f08f2ee27c7e3b299bbc0dd1b
etag = 664d3406b679d1054ac0a17d45c32824159f3fb8a3e430e7aafa524744cd253c
sha = 4727a27caac06f6ab0f04a7846c27c607568fa79
etag = 5b9909076141ed31eefb69075c74f5237180ae4ae342bcdb3696126b8c02adec
weak
[file "src/dotnet-retest/Process.cs"]
url = https://github.com/devlooped/dotnet-trx/blob/main/src/dotnet-trx/Process.cs
Expand Down
4 changes: 2 additions & 2 deletions src/dotnet-retest/TrxCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public partial class TrxCommand : Command<TrxCommand.TrxSettings>
const string Signature = "<!-- trx -->";

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
{
Expand Down Expand Up @@ -445,7 +445,7 @@ void WriteError(string baseDir, List<Failed> failures, XElement result, StringBu
var error = new Panel(
$"""
[red]{message.EscapeMarkup()}[/]
[dim]{cli.ToString().EscapeMarkup()}[/]
[dim]{cli}[/]
""");
error.Padding = new Padding(5, 0, 0, 0);
error.Border = BoxBorder.None;
Expand Down

0 comments on commit 395f738

Please sign in to comment.