Skip to content

Commit

Permalink
Fixed typo in tool name
Browse files Browse the repository at this point in the history
  • Loading branch information
kris701 committed Dec 30, 2024
1 parent 9823121 commit a537883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SudokuSolver/SudokuSolver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsPackable>true</IsPackable>
<PackAsTool>true</PackAsTool>
<ToolCommandName>sodukusolver</ToolCommandName>
<ToolCommandName>sudokusolver</ToolCommandName>
<Title>SudokuSolver</Title>
<Authors>Kristian Skov Johansen</Authors>
<Description>A small project about making automatic soduko solvers.</Description>
Expand All @@ -22,7 +22,7 @@

<PropertyGroup>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a537883

Please sign in to comment.