There are two main 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.
- Using the Command Line tool
- Using the MSBuild Task
- Using the NuGet Library package
- Using the Ruby Gem
There exist also wrappers around the Command Line tool for several build servers. See Build server support for details.