Skip to content

Commit d759f41

Browse files
author
Pascal Berger
committed
Add documentation about supported project types
1 parent f279d35 commit d759f41

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,14 @@ You can just run `GitVersion.exe` in your repository to see what variables are a
3737
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.
3838

3939
Read more about [using GitVersion](usage/usage.md)
40+
41+
## Supported languages and frameworks
42+
GitVersion is language and framework agnostic.
43+
44+
### Automatic update of version in projects
45+
GitVersion supports the following projects to automatically update its version information.
46+
47+
| ProjectType | Command Line Tool | MS Build Task |
48+
| :------------------------------------ | :-------------------------- | :------------- |
49+
| C# Project with `AssemblyInfo.cs` | Supported | Supported |
50+
| VB.NET Project with `AssemblyInfo.vb` | Supported | Not supported |

0 commit comments

Comments
 (0)