Skip to content

Commit cf6a9a0

Browse files
committed
Add mention to @devlooped for visibility
1 parent 97b7842 commit cf6a9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet-trx/TrxCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public partial class TrxCommand : Command<TrxCommand.TrxSettings>
2424
const string Footer = "<!-- footer -->";
2525

2626
static string Author =>
27-
$"from [{ThisAssembly.Project.PackageId}]({ThisAssembly.Project.PackageProjectUrl}) v{ThisAssembly.Project.Version} on {RuntimeInformation.FrameworkDescription} with [:purple_heart:](https://github.com/sponsors/devlooped)";
27+
$"from [{ThisAssembly.Project.PackageId}]({ThisAssembly.Project.PackageProjectUrl}) v{ThisAssembly.Project.Version} on {RuntimeInformation.FrameworkDescription} with [:purple_heart:](https://github.com/sponsors/devlooped) by @devlooped";
2828

2929
public enum Verbosity
3030
{

0 commit comments

Comments
 (0)