Skip to content

Commit

Permalink
Add csharpier as ToolCommandName (#1332)
Browse files Browse the repository at this point in the history
Fixes part of #1321 

With this change it should be possible to just call csharpier instead of
dotnet csharpier

Co-authored-by: Bela VanderVoort <twobitbela@gmail.com>
  • Loading branch information
stefannikolei and belav committed Sep 15, 2024
1 parent 57c3ca1 commit 676c8bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/CSharpier.Cli/CSharpier.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<AssemblyName>dotnet-csharpier</AssemblyName>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<PackAsTool>true</PackAsTool>
<ToolCommandName>csharpier</ToolCommandName>
<AssemblyOriginatorKeyFile>../../Nuget/csharpier.snk</AssemblyOriginatorKeyFile>
<SignAssembly>True</SignAssembly>
<PublicKey>002400000480000094000000060200000024000052534131000400000100010049d266ea1aeae09c0abfce28b8728314d4e4807126ee8bc56155a7ddc765997ed3522908b469ae133fc49ef0bfa957df36082c1c2e0ec8cdc05a4ca4dbd4e1bea6c17fc1008555e15af13a8fc871a04ffc38f5e60e6203bfaf01d16a2a283b90572ade79135801c1675bf38b7a5a60ec8353069796eb53a26ffdddc9ee1273be</PublicKey>
Expand Down

0 comments on commit 676c8bc

Please sign in to comment.