|
1 |
| - |
| 1 | +![Icon][icon] |
| 2 | + |
2 | 3 | # 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 | +Versioning when using git, solved. GitVersion looks at your git history and |
| 5 | +works out the [semantic version][semver] of the commit being built. |
4 | 6 |
|
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) |
7 |
| -[](https://travis-ci.org/GitTools/GitVersion) |
| 7 | +[![Gitter][gitter-badge]][gitter] |
| 8 | +[![Build status][appveyor-badge]][appveyor] |
| 9 | +[![Build Status][travis-badge]][travis] |
8 | 10 |
|
9 |
| -||Stable|Pre-release| |
10 |
| -|:--:|:--:|:--:| |
11 |
| -|Docs|[](http://gitversion.readthedocs.org/en/stable/)|[](http://gitversion.readthedocs.org/en/latest/)| |
12 |
| -|GitHub Release|-|[](https://github.com/GitTools/GitVersion/releases/latest)| |
13 |
| -|Chocolatey (GitVersion.Portable)|[](https://chocolatey.org/packages/GitVersion.Portable)|[](https://chocolatey.org/packages/GitVersion.Portable)| |
14 |
| -|NuGet (GitVersionTask)|[](https://www.nuget.org/packages/GitVersionTask)|[](https://www.nuget.org/packages/GitVersionTask)| |
15 |
| -|NuGet (GitVersion.CommandLine)|[](https://www.nuget.org/packages/GitVersion.CommandLine)|[](https://www.nuget.org/packages/GitVersion.CommandLine)| |
16 |
| -|Gem|[](https://rubygems.org/gems/gitversion)|[](https://rubygems.org/gems/gitversion)| |
| 11 | +| | Stable | Pre-release | |
| 12 | +| -------------------------: | :---------------------------------: | :---------------------------------------: | |
| 13 | +| **Docs** | [![Docs][docs-badge]][docs] | [![Docs][docs-pre-badge]][docs-pre] | |
| 14 | +| **GitHub Release** | - | [![GitHub release][gh-rel-badge]][gh-rel] | |
| 15 | +| **GitVersion.Portable** | [![Chocolatey][choco-badge]][choco] | [![Chocolatey][choco-pre-badge]][choco] | |
| 16 | +| **GitVersionTask** | [![NuGet][gvt-badge]][gvt] | [![NuGet][gvt-pre-badge]][gvt] | |
| 17 | +| **GitVersion.CommandLine** | [![NuGet][gvc-badge]][gvc] | [![NuGet][gvc-pre-badge]][gvc] | |
| 18 | +| **Gem** | [![Gem][gem-badge]][gem] | - | |
| 19 | +| **Homebrew** | [![homebrew][brew-badge]][brew] | - | |
17 | 20 |
|
18 | 21 | ## Compatibility
|
19 | 22 | GitVersion works on Mac, Linux with Mono and Windows.
|
20 | 23 |
|
21 |
| -Tip: If you get `System.TypeInitializationException: The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception. ---> System.DllNotFoundException: lib/linux/x86_64/libgit2-baa87df.so` |
| 24 | +Tip: If you get `System.TypeInitializationException: The type initializer for |
| 25 | +'LibGit2Sharp.Core.NativeMethods' threw an exception. ---> |
| 26 | +System.DllNotFoundException: lib/linux/x86_64/libgit2-baa87df.so` |
22 | 27 |
|
23 | 28 | You likely need to install `libcurl3`. Run `sudo get-get install libcurl3`
|
24 | 29 |
|
25 | 30 | ## Quick Links
|
26 |
| - - [Documentation](http://gitversion.readthedocs.org/en/latest) |
27 |
| - - [Contributing](https://github.com/GitTools/GitVersion/blob/master/CONTRIBUTING.md) |
28 |
| - - [Why GitVersion](http://gitversion.readthedocs.org/en/latest/why) |
29 |
| - - [Usage](http://gitversion.readthedocs.org/en/latest/usage/usage/) |
30 |
| - - [How it works](http://gitversion.readthedocs.org/en/latest/more-info/how-it-works/) |
31 |
| - - [FAQ](http://gitversion.readthedocs.org/en/latest/faq/) |
32 |
| - - [Who is using GitVersion](http://gitversion.readthedocs.org/en/latest/who/) |
| 31 | + - [Documentation][docs] |
| 32 | + [Contributing][contribute] |
| 33 | + - [Why GitVersion][why] |
| 34 | + - [Usage][usage] |
| 35 | + - [How it works][how] |
| 36 | + - [FAQ][faq] |
| 37 | + - [Who is using GitVersion][who] |
33 | 38 |
|
34 | 39 | ## GitVersion in action!
|
35 |
| - |
| 40 | +![README][gv-in-action] |
36 | 41 |
|
37 | 42 | You are seeing:
|
38 | 43 |
|
39 | 44 | - Pull requests being built as pre-release builds
|
40 |
| - - A branch called `release-1.0.0` producing beta v1 packages |
| 45 | + - A bra ch called `release-1.0.0` producing beta v1 packages |
41 | 46 |
|
42 | 47 | ## Icon
|
43 |
| -<a href="http://thenounproject.com/noun/tree/#icon-No13389" target="_blank">Tree</a> designed by <a href="http://thenounproject.com/david.chapman" target="_blank">David Chapman</a> from The Noun Project |
| 48 | +<a href="http://thenounproject.com/noun/tree/#icon-No13389" |
| 49 | +target="_blank">Tree</a> designed by <a |
| 50 | +href="http://thenounproject.com/david.chapman" target="_blank">David Chapman</a> |
| 51 | +from The Noun Project |
| 52 | + |
| 53 | +[icon]: https://raw.github.com/GitTools/GitVersion/master/docs/img/package_icon.png |
| 54 | +[semver]: http://semver.org |
| 55 | +[gitter]: https://gitter.im/GitTools/GitVersion?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge |
| 56 | +[gitter-badge]: https://badges.gitter.im/Join+Chat.svg |
| 57 | +[appveyor]: https://ci.appveyor.com/project/GitTools/gitversion/branch/master |
| 58 | +[appveyor-badge]: https://ci.appveyor.com/api/projects/status/sxje0wht0cscmn7w/branch/master?svg=true |
| 59 | +[travis]: https://travis-ci.org/GitTools/GitVersion |
| 60 | +[travis-badge]: https://travis-ci.org/GitTools/GitVersion.svg?branch=master |
| 61 | +[docs]: http://gitversion.readthedocs.org/en/stable/ |
| 62 | +[docs-badge]: https://readthedocs.org/projects/gitversion/badge/?version=stable |
| 63 | +[docs-pre]: http://gitversion.readthedocs.org/en/latest/ |
| 64 | +[docs-pre-badge]: https://readthedocs.org/projects/gitversion/badge/?version=latest |
| 65 | +[gh-rel]: https://github.com/GitTools/GitVersion/releases/latest |
| 66 | +[gh-rel-badge]: https://img.shields.io/github/release/gittools/gitversion.svg |
| 67 | +[choco]: https://chocolatey.org/packages/GitVersion.Portable |
| 68 | +[choco-badge]: https://img.shields.io/chocolatey/v/gitversion.portable.svg |
| 69 | +[choco-pre-badge]: https://img.shields.io/chocolatey/vpre/gitversion.portable.svg |
| 70 | +[gvt]: https://www.nuget.org/packages/GitVersionTask |
| 71 | +[gvt-badge]: https://img.shields.io/nuget/v/GitVersionTask.svg |
| 72 | +[gvt-pre-badge]: https://img.shields.io/nuget/vpre/GitVersionTask.svg |
| 73 | +[gvc]: https://www.nuget.org/packages/GitVersion.CommandLine |
| 74 | +[gvc-badge]: https://img.shields.io/nuget/v/GitVersion.CommandLine.svg |
| 75 | +[gvc-pre-badge]: https://img.shields.io/nuget/vpre/GitVersion.CommandLine.svg |
| 76 | +[gem-badge]: https://img.shields.io/gem/v/gitversion.svg |
| 77 | +[gem]: https://rubygems.org/gems/gitversion |
| 78 | +[brew]: http://brew.sh/ |
| 79 | +[brew-badge]: https://img.shields.io/homebrew/v/gitversion.svg |
| 80 | +[contribute]: https://github.com/GitTools/GitVersion/blob/master/CONTRIBUTING.md |
| 81 | +[why]: http://gitversion.readthedocs.org/en/latest/why |
| 82 | +[usage]: http://gitversion.readthedocs.org/en/latest/usage/usage/ |
| 83 | +[how]: http://gitversion.readthedocs.org/en/latest/more-info/how-it-works/ |
| 84 | +[faq]: http://gitversion.readthedocs.org/en/latest/faq/ |
| 85 | +[who]: http://gitversion.readthedocs.org/en/latest/who/ |
| 86 | +[gv-in-action]: https://raw.github.com/GitTools/GitVersion/master/docs/img/README.png |
0 commit comments