Skip to content

Commit b96abff

Browse files
committed
Merge pull request #521 from JakeGinnivan/badges
Badges!
2 parents faf69e3 + 77ecf74 commit b96abff

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
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)
6+
[![Build status](https://ci.appveyor.com/api/projects/status/sxje0wht0cscmn7w/branch/master?svg=true)](https://ci.appveyor.com/project/GitTools/gitversion/branch/master)
47

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|[![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/)|
11+
|GitHub Release|-|[![GitHub release](https://img.shields.io/github/release/gittools/gitversion.svg)](https://github.com/GitTools/GitVersion/releases/latest)|
12+
|Chocolatey (GitVersion.Portable)|![Chocolatey](https://img.shields.io/chocolatey/v/gitversion.portable.svg)|[![Chocolatey](https://img.shields.io/chocolatey/vpre/gitversion.portable.svg)](https://chocolatey.org/packages/GitVersion.Portable)|
13+
|NuGet (GitVersionTask)|![NuGet](https://img.shields.io/nuget/v/GitVersionTask.svg)|[![NuGet](https://img.shields.io/nuget/vpre/GitVersionTask.svg)](https://www.nuget.org/packages/GitVersionTask)|
14+
|NuGet (GitVersion.CommandLine)|![NuGet](https://img.shields.io/nuget/v/GitVersion.CommandLine.svg)|[![NuGet](https://img.shields.io/nuget/vpre/GitVersion.CommandLine.svg)](https://www.nuget.org/packages/GitVersion.CommandLine)|
615

716
## 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/)
1324

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

0 commit comments

Comments
 (0)