Skip to content

Commit 74eaaa7

Browse files
committed
Added nuget description and updated README version
1 parent 0ec8e35 commit 74eaaa7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Thanks to `Microsoft.CodeAnalysis.CSharp` this tool is able to identify undocume
1111
The tool can be installed globally via Nuget by running
1212

1313
```sh
14-
dotnet tool install --global dotnet-document --version 0.1.0-alpha
14+
dotnet tool install --global dotnet-document --version 0.1.1-alpha
1515
```
1616
> 👉 When installing pre releases the version has to be explicitly specified
1717

src/DotnetDocument.Tools/DotnetDocument.Tools.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<RepositoryUrl>https://github.com/p1va/dotnet-document</RepositoryUrl>
1313
<Company></Company>
1414
<Product>dotnet-document</Product>
15+
<Title>dotnet-document</Title>
16+
<Description>A tool for auto-generating XML documentation for you C# code</Description>
1517
</PropertyGroup>
1618

1719
<ItemGroup>

0 commit comments

Comments
 (0)