We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e49bd7 commit c23efa9Copy full SHA for c23efa9
docs/usage/msbuild-task.md
@@ -12,7 +12,9 @@ It works simply by installing the [GitVersionTask NuGet
12
Package](https://www.nuget.org/packages/GitVersionTask/) into the project you
13
want to have versioned by GitVersion:
14
15
- Install-Package GitVersionTask
+```shell
16
+Install-Package GitVersionTask
17
+```
18
19
### Remove attributes
20
0 commit comments