Skip to content

Commit 758143f

Browse files
committed
Badges!
1 parent faf69e3 commit 758143f

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
![Icon](https://raw.github.com/GitTools/GitVersion/master/docs/img/package_icon.png)
22
# 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+
35
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/GitTools/GitVersion?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
46

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|[![Documentation Status](https://readthedocs.org/projects/gitversion/badge/?version=stable)](http://gitversion.readthedocs.org/en/stable/)|[![Documentation Status](https://readthedocs.org/projects/gitversion/badge/?version=latest)](http://gitversion.readthedocs.org/en/latest/)|
10+
|GitHub Release|-|[![GitHub release](https://img.shields.io/github/release/gittools/gitversion.svg)]()|
11+
|Chocolatey (GitVersion.Portable)|[![Chocolatey](https://img.shields.io/chocolatey/v/gitversion.portable.svg)]()|[![Chocolatey](https://img.shields.io/chocolatey/vpre/gitversion.portable.svg)]()|
12+
|NuGet (GitVersionTask)|[![NuGet](https://img.shields.io/nuget/v/GitVersionTask.svg)]()|[![NuGet](https://img.shields.io/nuget/vpre/GitVersionTask.svg)]()|
13+
|NuGet (GitVersion.CommandLine)|[![NuGet](https://img.shields.io/nuget/v/GitVersion.CommandLine.svg)]()|[![NuGet](https://img.shields.io/nuget/vpre/GitVersion.CommandLine.svg)]()|
614

715
## 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/)
1323

1424
## GitVersion in action!
1525
![README](https://raw.github.com/GitTools/GitVersion/master/docs/img/README.png)

0 commit comments

Comments
 (0)