Skip to content

Commit

Permalink
Change the tool command name to fody-cli.
Browse files Browse the repository at this point in the history
  • Loading branch information
inversionhourglass committed Oct 10, 2024
1 parent 605b163 commit 3a11dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FodyWeavers.Cli/FodyWeavers.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackAsTool>true</PackAsTool>
<ToolCommandName>fody</ToolCommandName>
<ToolCommandName>fody-cli</ToolCommandName>
<Description>Fody command-line tool for manipulating the configuration file FodyWeavers.xml</Description>
<PackageTags>Fody</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 3a11dcf

Please sign in to comment.