You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read more at [version sources](more-info/version-sources.md)
25
25
@@ -34,7 +34,7 @@ We recognise that a single formatted version number does not work for all cases.
34
34
You can just run `GitVersion.exe` in your repository to see what variables are available (by default a json object is returned).
35
35
36
36
## Exe or MSBuild Task
37
-
There are two ways to consume GitVersion, the first is by running GitVersion.exe. The second is an MSBuild task. The MSBuild task is really easy to get up and running, simply install GitVersionTask from NuGet and it will integrate into your project and write out variables to your build server if it's running on one. The exe offers more options and works for not just .net projects.
37
+
There are two ways to consume GitVersion, the first is by running GitVersion.exe. The second is an MSBuild task. The MSBuild task is really easy to get up and running, simply install GitVersionTask from NuGet and it will integrate into your project and write out variables to your build server if it's running on one. The exe offers more options and works for .NET projects as well as other project types.
38
38
39
39
Read more about [using GitVersion](usage/usage.md)
0 commit comments