Skip to content

Commit

Permalink
fix tool command name
Browse files Browse the repository at this point in the history
  • Loading branch information
prom3theu5 committed Jan 8, 2024
1 parent 5173313 commit b5ac26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimCube.DapperGenerator/SimCube.DapperGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>SimCube.DapperGenerator</AssemblyName>
<PackAsTool>true</PackAsTool>
<ToolName>dappergen</ToolName>
<ToolCommandName>dappergen</ToolCommandName>
<Version>0.1.0-preview</Version>
</PropertyGroup>

Expand Down

0 comments on commit b5ac26e

Please sign in to comment.