|
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)
|
| 6 | +[](https://ci.appveyor.com/project/GitTools/gitversion/branch/master) |
4 | 7 |
|
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. |
| 8 | +||Stable|Pre-release| |
| 9 | +|:--:|:--:|:--:| |
| 10 | +|Docs|[](http://gitversion.readthedocs.org/en/stable/)|[](http://gitversion.readthedocs.org/en/latest/)| |
| 11 | +|GitHub Release|-|[](https://github.com/GitTools/GitVersion/releases/latest)| |
| 12 | +|Chocolatey (GitVersion.Portable)||[](https://chocolatey.org/packages/GitVersion.Portable)| |
| 13 | +|NuGet (GitVersionTask)||[](https://www.nuget.org/packages/GitVersionTask)| |
| 14 | +|NuGet (GitVersion.CommandLine)||[](https://www.nuget.org/packages/GitVersion.CommandLine)| |
6 | 15 |
|
7 | 16 | ## 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) |
| 17 | + - [Documentation](http://gitversion.readthedocs.org/en/latest) |
| 18 | + - [Contributing](https://github.com/GitTools/GitVersion/blob/master/CONTRIBUTING.md) |
| 19 | + - [Why GitVersion](http://gitversion.readthedocs.org/en/latest/why) |
| 20 | + - [Usage](http://gitversion.readthedocs.org/en/latest/usage) |
| 21 | + - [How it works](http://gitversion.readthedocs.org/en/latest/more-info/how-it-works/) |
| 22 | + - [FAQ](http://gitversion.readthedocs.org/en/latest/faq/) |
| 23 | + - [Who is using GitVersion](http://gitversion.readthedocs.org/en/latest/who/) |
13 | 24 |
|
14 | 25 | ## GitVersion in action!
|
15 | 26 | 
|
|
0 commit comments