Skip to content

Commit

Permalink
Merge pull request #16 from samsmithnz/UpdatingReadMe2
Browse files Browse the repository at this point in the history
Updating readme and additional naming
  • Loading branch information
samsmithnz authored Aug 1, 2022
2 parents c92bd3f + 335b5b9 commit b3f8554
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Currently supports:
## To use

1. First install:
`dotnet tool install -g dotnetcensus`
`dotnet tool install -g dotnet-census`

2. Then run the command in the directory you need to count versions:
`dotnet census`
Expand Down
2 changes: 1 addition & 1 deletion src/DotNetCensus/DotNetCensus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackAsTool>true</PackAsTool>
<ToolCommandName>census</ToolCommandName>
<ToolCommandName>dotnet-census</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
Binary file added src/DotNetCensus/nupkg/dotnet-census.1.0.0.zip
Binary file not shown.

0 comments on commit b3f8554

Please sign in to comment.