File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Thanks to `Microsoft.CodeAnalysis.CSharp` this tool is able to identify undocume
11
11
The tool can be installed globally via Nuget by running
12
12
13
13
``` 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
15
15
```
16
16
> 👉 When installing pre releases the version has to be explicitly specified
17
17
Original file line number Diff line number Diff line change 12
12
<RepositoryUrl >https://github.com/p1va/dotnet-document</RepositoryUrl >
13
13
<Company ></Company >
14
14
<Product >dotnet-document</Product >
15
+ <Title >dotnet-document</Title >
16
+ <Description >A tool for auto-generating XML documentation for you C# code</Description >
15
17
</PropertyGroup >
16
18
17
19
<ItemGroup >
You can’t perform that action at this time.
0 commit comments