11![ Icon] [ icon ]
22
33# GitVersion
4+
45Versioning when using git, solved. GitVersion looks at your git history and
56works out the [ semantic version] [ semver ] of the commit being built.
67
78[ ![ Gitter] [ gitter-badge ]] [ gitter ]
89[ ![ Build status] [ appveyor-badge ]] [ appveyor ]
910[ ![ Build Status] [ travis-badge ]] [ travis ]
11+ [ ![ Build Status] [ azure-pipeline-badge ]] [ azure-pipeline ]
12+ [ ![ codecov] [ codecov-badge ]] [ codecov ]
1013
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 ] | - |
20- | ** Docker** | [ gittools/gitversion] [ dockerhub ] | - |
14+ | | Stable | Pre-release |
15+ | ------------------------------------: | :---------------------------------------: | :---------------------------------------: |
16+ | ** Docs** | [ ![ Docs] [ docs-badge ]] [ docs ] | [ ![ Docs] [ docs-pre-badge ]] [ docs-pre ] |
17+ | ** GitHub Release** | [ ![ GitHub release] [ gh-rel-badge ]] [ gh-rel ] | - |
18+ | ** GitVersion.Portable** | [ ![ Chocolatey] [ choco-badge ]] [ choco ] | [ ![ Chocolatey] [ choco-pre-badge ]] [ choco ] |
19+ | ** GitVersionCore** | [ ![ NuGet] [ gvc-badge ]] [ gvc ] | [ ![ NuGet] [ gvc-pre-badge ]] [ gvc ] |
20+ | ** GitVersionTask** | [ ![ NuGet] [ gvt-badge ]] [ gvt ] | [ ![ NuGet] [ gvt-pre-badge ]] [ gvt ] |
21+ | ** GitVersion.CommandLine** | [ ![ NuGet] [ gvcl-badge ]] [ gvcl ] | [ ![ NuGet] [ gvcl-pre-badge ]] [ gvcl ] |
22+ | ** GitVersion.CommandLine.DotNetCore** | [ ![ NuGet] [ gvcd-badge ]] [ gvcd ] | [ ![ NuGet] [ gvcd-pre-badge ]] [ gvcd ] |
23+ | ** GitVersion.Tool** | [ ![ NuGet] [ gvgt-badge ]] [ gvgt ] | [ ![ NuGet] [ gvgt-pre-badge ]] [ gvgt ] |
24+ | ** Gem** | [ ![ Gem] [ gem-badge ]] [ gem ] | - |
25+ | ** Homebrew** | [ ![ homebrew] [ brew-badge ]] [ brew ] | - |
26+ | ** Docker DotnetCore** | [ Dotnetcore] [ dockerhub-dotnetcore ] | - |
27+ | ** Docker FullFX** | [ FullFX] [ dockerhub-fullfx ] | - |
2128
2229## Compatibility
23- GitVersion works on Mac , Linux with Mono and Windows .
30+ GitVersion works Windows , Linux, and Mac .
2431
2532Tip: If you get `System.TypeInitializationException: The type initializer for
2633'LibGit2Sharp.Core.NativeMethods' threw an exception. --->
@@ -29,60 +36,77 @@ System.DllNotFoundException: lib/linux/x86_64/libgit2-baa87df.so`
2936You likely need to install ` libcurl3 ` . Run ` sudo apt-get install libcurl3 `
3037
3138## Quick Links
32- - [ Documentation] [ docs ]
33- - [ Contributing] [ contribute ]
34- - [ Why GitVersion] [ why ]
35- - [ Usage] [ usage ]
36- - [ How it works] [ how ]
37- - [ FAQ] [ faq ]
38- - [ Who is using GitVersion] [ who ]
39+
40+ - [ Documentation] [ docs ]
41+ - [ Contributing] [ contribute ]
42+ - [ Why GitVersion] [ why ]
43+ - [ Usage] [ usage ]
44+ - [ How it works] [ how ]
45+ - [ FAQ] [ faq ]
46+ - [ Who is using GitVersion] [ who ]
3947
4048## GitVersion in action!
49+
4150![ README] [ gv-in-action ]
4251
4352You are seeing:
4453
45- - Pull requests being built as pre-release builds
46- - A branch called ` release-1.0.0 ` producing beta v1 packages
54+ - Pull requests being built as pre-release builds
55+ - A branch called ` release-1.0.0 ` producing beta v1 packages
4756
4857## Icon
58+
4959<a href="http://thenounproject.com/noun/tree/#icon-No13389 "
5060target="_ blank">Tree</a > designed by <a
5161href="http://thenounproject.com/david.chapman " target="_ blank">David Chapman</a >
5262from The Noun Project
5363
54- [ icon ] : https://raw.github.com/GitTools/GitVersion/master/docs/img/package_icon.png
55- [ semver ] : http://semver.org
56- [ gitter ] : https://gitter.im/GitTools/GitVersion?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
57- [ gitter-badge ] : https://badges.gitter.im/Join+Chat.svg
58- [ appveyor ] : https://ci.appveyor.com/project/GitTools/gitversion/branch/master
59- [ appveyor-badge ] : https://ci.appveyor.com/api/projects/status/sxje0wht0cscmn7w/branch/master?svg=true
60- [ travis ] : https://travis-ci.org/GitTools/GitVersion
61- [ travis-badge ] : https://travis-ci.org/GitTools/GitVersion.svg?branch=master
62- [ docs ] : http://gitversion.readthedocs.org/en/stable/
63- [ docs-badge ] : https://readthedocs.org/projects/gitversion/badge/?version=stable
64- [ docs-pre ] : http://gitversion.readthedocs.org/en/latest/
65- [ docs-pre-badge ] : https://readthedocs.org/projects/gitversion/badge/?version=latest
66- [ gh-rel ] : https://github.com/GitTools/GitVersion/releases/latest
67- [ gh-rel-badge ] : https://img.shields.io/github/release/gittools/gitversion.svg
68- [ choco ] : https://chocolatey.org/packages/GitVersion.Portable
69- [ choco-badge ] : https://img.shields.io/chocolatey/v/gitversion.portable.svg
70- [ choco-pre-badge ] : https://img.shields.io/chocolatey/vpre/gitversion.portable.svg
71- [ gvt ] : https://www.nuget.org/packages/GitVersionTask
72- [ gvt-badge ] : https://img.shields.io/nuget/v/GitVersionTask.svg
73- [ gvt-pre-badge ] : https://img.shields.io/nuget/vpre/GitVersionTask.svg
74- [ gvc ] : https://www.nuget.org/packages/GitVersion.CommandLine
75- [ gvc-badge ] : https://img.shields.io/nuget/v/GitVersion.CommandLine.svg
76- [ gvc-pre-badge ] : https://img.shields.io/nuget/vpre/GitVersion.CommandLine.svg
77- [ gem-badge ] : https://img.shields.io/gem/v/gitversion.svg
78- [ gem ] : https://rubygems.org/gems/gitversion
79- [ brew ] : http://brew.sh/
80- [ brew-badge ] : https://img.shields.io/homebrew/v/gitversion.svg
81- [ contribute ] : https://github.com/GitTools/GitVersion/blob/master/CONTRIBUTING.md
82- [ why ] : http://gitversion.readthedocs.org/en/latest/why
83- [ usage ] : http://gitversion.readthedocs.org/en/latest/usage/usage/
84- [ how ] : http://gitversion.readthedocs.org/en/latest/more-info/how-it-works/
85- [ faq ] : http://gitversion.readthedocs.org/en/latest/faq/
86- [ who ] : http://gitversion.readthedocs.org/en/latest/who/
87- [ gv-in-action ] : https://raw.github.com/GitTools/GitVersion/master/docs/img/README.png
88- [ dockerhub ] : https://hub.docker.com/r/gittools/gitversion/
64+ [ icon ] : https://raw.github.com/GitTools/GitVersion/master/docs/img/package_icon.png
65+ [ semver ] : http://semver.org
66+ [ gitter ] : https://gitter.im/GitTools/GitVersion?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
67+ [ gitter-badge ] : https://badges.gitter.im/Join+Chat.svg
68+ [ appveyor ] : https://ci.appveyor.com/project/GitTools/gitversion/branch/master
69+ [ appveyor-badge ] : https://ci.appveyor.com/api/projects/status/sxje0wht0cscmn7w/branch/master?svg=true
70+ [ azure-pipeline ] : https://dev.azure.com/GitTools/GitVersion/_build/latest?definitionId=1
71+ [ azure-pipeline-badge ] : https://dev.azure.com/GitTools/GitVersion/_apis/build/status/GitTools.GitVersion
72+ [ travis ] : https://travis-ci.org/GitTools/GitVersion
73+ [ travis-badge ] : https://travis-ci.org/GitTools/GitVersion.svg?branch=master
74+ [ codecov ] : https://codecov.io/gh/GitTools/GitVersion
75+ [ codecov-badge ] : https://codecov.io/gh/GitTools/GitVersion/branch/master/graph/badge.svg
76+ [ docs ] : http://gitversion.readthedocs.org/en/stable/
77+ [ docs-badge ] : https://readthedocs.org/projects/gitversion/badge/?version=stable
78+ [ docs-pre ] : http://gitversion.readthedocs.org/en/latest/
79+ [ docs-pre-badge ] : https://readthedocs.org/projects/gitversion/badge/?version=latest
80+ [ gh-rel ] : https://github.com/GitTools/GitVersion/releases/latest
81+ [ gh-rel-badge ] : https://img.shields.io/github/release/gittools/gitversion.svg
82+ [ choco ] : https://chocolatey.org/packages/GitVersion.Portable
83+ [ choco-badge ] : https://img.shields.io/chocolatey/v/gitversion.portable.svg
84+ [ choco-pre-badge ] : https://img.shields.io/chocolatey/vpre/gitversion.portable.svg
85+ [ gvc ] : https://www.nuget.org/packages/GitVersionCore
86+ [ gvc-badge ] : https://img.shields.io/nuget/v/GitVersionCore.svg
87+ [ gvc-pre-badge ] : https://img.shields.io/nuget/vpre/GitVersionCore.svg
88+ [ gvt ] : https://www.nuget.org/packages/GitVersionTask
89+ [ gvt-badge ] : https://img.shields.io/nuget/v/GitVersionTask.svg
90+ [ gvt-pre-badge ] : https://img.shields.io/nuget/vpre/GitVersionTask.svg
91+ [ gvcl ] : https://www.nuget.org/packages/GitVersion.CommandLine
92+ [ gvcl-badge ] : https://img.shields.io/nuget/v/GitVersion.CommandLine.svg
93+ [ gvcl-pre-badge ] : https://img.shields.io/nuget/vpre/GitVersion.CommandLine.svg
94+ [ gvcd ] : https://www.nuget.org/packages/GitVersion.CommandLine.DotNetCore
95+ [ gvcd-badge ] : https://img.shields.io/nuget/v/GitVersion.CommandLine.DotNetCore.svg
96+ [ gvcd-pre-badge ] : https://img.shields.io/nuget/vpre/GitVersion.CommandLine.DotNetCore.svg
97+ [ gvgt ] : https://www.nuget.org/packages/GitVersion.Tool
98+ [ gvgt-badge ] : https://img.shields.io/nuget/v/GitVersion.Tool.svg
99+ [ gvgt-pre-badge ] : https://img.shields.io/nuget/vpre/GitVersion.Tool.svg
100+ [ gem-badge ] : https://img.shields.io/gem/v/gitversion.svg
101+ [ gem ] : https://rubygems.org/gems/gitversion
102+ [ brew ] : http://brew.sh/
103+ [ brew-badge ] : https://img.shields.io/homebrew/v/gitversion.svg
104+ [ contribute ] : https://github.com/GitTools/GitVersion/blob/master/CONTRIBUTING.md
105+ [ why ] : http://gitversion.readthedocs.org/en/latest/why
106+ [ usage ] : http://gitversion.readthedocs.org/en/latest/usage/usage/
107+ [ how ] : http://gitversion.readthedocs.org/en/latest/more-info/how-it-works/
108+ [ faq ] : http://gitversion.readthedocs.org/en/latest/faq/
109+ [ who ] : http://gitversion.readthedocs.org/en/latest/who/
110+ [ gv-in-action ] : https://raw.github.com/GitTools/GitVersion/master/docs/img/README.png
111+ [ dockerhub-fullfx ] : https://hub.docker.com/r/gittools/gitversion-fullfx/
112+ [ dockerhub-dotnetcore ] : https://hub.docker.com/r/gittools/gitversion-dotnetcore/
0 commit comments