Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump files with dotnet-file sync #11

Merged
merged 1 commit into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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