@@ -10,15 +10,16 @@ works out the [Semantic Version][semver] of the commit being built.
10
10
11
11
| Artifact | Stable | |
12
12
| :---------------------------| :-------------------------------------------------------------------| ---------------------------------------------------------|
13
- | ** GitHub Release** | [ ![ GitHub release] [ gh-rel-badge ]] [ gh-rel ] |
14
- | ** GitVersion.Portable** | [ ![ Chocolatey] [ choco-badge ]] [ choco ] |
15
- | ** GitVersion.Tool** | [ ![ NuGet] [ gvgt-badge ]] [ gvgt ] |
16
- | ** GitVersion.CommandLine** | [ ![ NuGet] [ gvcl-badge ]] [ gvcl ] |
13
+ | ** GitHub Release** | [ ![ GitHub release] [ gh-rel-badge ]] [ gh-rel ] | |
14
+ | ** GitVersion.Portable** | [ ![ Chocolatey] [ choco-badge ]] [ choco ] | |
15
+ | ** GitVersion.Tool** | [ ![ NuGet] [ gvgt-badge ]] [ gvgt ] | |
16
+ | ** GitVersion.CommandLine** | [ ![ NuGet] [ gvcl-badge ]] [ gvcl ] | |
17
17
| ** GitVersion.MsBuild** | [ ![ NuGet] [ gvt-badge ]] [ gvt ] | Known as [ GitVersionTask] [ gitversiontask ] before v5.6.0 |
18
- | ** Homebrew** | [ ![ homebrew] [ brew-badge ]] [ brew ] |
19
- | ** Azure Pipeline Task** | [ ![ Azure Pipeline Task] [ az-pipeline-task-badge ]] [ az-pipeline-task ] |
20
- | ** Github Action** | [ ![ Github Action] [ gh-actions-badge ]] [ gh-actions ] |
21
- | ** Docker** | [ ![ Docker Pulls] [ dockerhub-badge ]] [ dockerhub ] |
18
+ | ** Homebrew** | [ ![ homebrew] [ brew-badge ]] [ brew ] | |
19
+ | ** Winget** | [ ![ winget] [ winget-badge ]] [ winget ] | ` winget install gitversion ` |
20
+ | ** Azure Pipeline Task** | [ ![ Azure Pipeline Task] [ az-pipeline-task-badge ]] [ az-pipeline-task ] | |
21
+ | ** Github Action** | [ ![ Github Action] [ gh-actions-badge ]] [ gh-actions ] | |
22
+ | ** Docker** | [ ![ Docker Pulls] [ dockerhub-badge ]] [ dockerhub ] | |
22
23
23
24
## Compatibility
24
25
@@ -55,7 +56,7 @@ from The Noun Project.
55
56
[ azure-pipeline ] : https://dev.azure.com/GitTools/GitVersion/_build/latest?definitionId=1
56
57
[ azure-pipeline-badge ] : https://dev.azure.com/GitTools/GitVersion/_apis/build/status/GitTools.GitVersion
57
58
[ github-actions ] : https://github.com/GitTools/GitVersion/actions
58
- [ github-actions-badge ] : https://github.com/GitTools/GitVersion/workflows/Build /badge.svg
59
+ [ github-actions-badge ] : https://github.com/GitTools/GitVersion/workflows/CI /badge.svg
59
60
[ codecov ] : https://codecov.io/gh/GitTools/GitVersion
60
61
[ codecov-badge ] : https://codecov.io/gh/GitTools/GitVersion/branch/main/graph/badge.svg
61
62
[ docs ] : https://gitversion.net/docs/
@@ -72,6 +73,8 @@ from The Noun Project.
72
73
[ gvgt-badge ] : https://img.shields.io/nuget/v/GitVersion.Tool.svg?logo=nuget
73
74
[ brew ] : https://formulae.brew.sh/formula/gitversion
74
75
[ brew-badge ] : https://img.shields.io/homebrew/v/gitversion.svg?logo=homebrew
76
+ [ winget ] : https://github.com/microsoft/winget-pkgs/tree/master/manifests/g/GitTools/GitVersion
77
+ [ winget-badge ] : https://img.shields.io/badge/winget-v5.12.0-blue.svg?logo=microsoft
75
78
[ dockerhub ] : https://hub.docker.com/r/gittools/gitversion/
76
79
[ dockerhub-badge ] : https://img.shields.io/docker/pulls/gittools/gitversion.svg?logo=docker
77
80
[ az-pipeline-task ] : https://marketplace.visualstudio.com/items?itemName=gittools.gittools
0 commit comments