|
1 | 1 | 
|
2 | 2 | # GitVersion
|
| 3 | +Versioning when using git, solved. GitVersion looks at your git history and works out the semantic version ([semver.org](http://semver.org)) of the commit being built. |
| 4 | + |
3 | 5 | [](https://gitter.im/GitTools/GitVersion?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
4 | 6 |
|
5 |
| -Versioning when using git, solved. GitVersion looks at your git history and works out the semantic versioning ([semver.org](http://semver.org)) of the commit being built. |
| 7 | +||Stable|Pre-release| |
| 8 | +|:--:|:--:|:--:| |
| 9 | +|Docs|[](http://gitversion.readthedocs.org/en/stable/)|[](http://gitversion.readthedocs.org/en/latest/)| |
| 10 | +|GitHub Release|-|[]()| |
| 11 | +|Chocolatey (GitVersion.Portable)|[]()|[]()| |
| 12 | +|NuGet (GitVersionTask)|[]()|[]()| |
| 13 | +|NuGet (GitVersion.CommandLine)|[]()|[]()| |
6 | 14 |
|
7 | 15 | ## Quick Links
|
8 |
| - - [Why GitVersion](docs/why.md) |
9 |
| - - [Documentation](docs/index.md) |
10 |
| - - [How it works](docs/more-info/how-it-works.md) |
11 |
| - - [FAQ](docs/faq.md) |
12 |
| - - [Who is using GitVersion](docs/who.md) |
| 16 | + - [Documentation](http://gitversion.readthedocs.org/en/latest) |
| 17 | + - [Contributing](https://github.com/GitTools/GitVersion/blob/master/CONTRIBUTING.md) |
| 18 | + - [Why GitVersion](http://gitversion.readthedocs.org/en/latest/why) |
| 19 | + - [Usage](http://gitversion.readthedocs.org/en/latest/usage) |
| 20 | + - [How it works](http://gitversion.readthedocs.org/en/latest/more-info/how-it-works/) |
| 21 | + - [FAQ](http://gitversion.readthedocs.org/en/latest/faq/) |
| 22 | + - [Who is using GitVersion](http://gitversion.readthedocs.org/en/latest/who/) |
13 | 23 |
|
14 | 24 | ## GitVersion in action!
|
15 | 25 | 
|
|
0 commit comments