Skip to content

Commit 6ff2b41

Browse files
committed
update readme, include winget reference
1 parent f67c974 commit 6ff2b41

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ works out the [Semantic Version][semver] of the commit being built.
1010

1111
| Artifact | Stable | |
1212
|:---------------------------|:-------------------------------------------------------------------|---------------------------------------------------------|
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] | |
1717
| **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] | |
2223

2324
## Compatibility
2425

@@ -55,7 +56,7 @@ from The Noun Project.
5556
[azure-pipeline]: https://dev.azure.com/GitTools/GitVersion/_build/latest?definitionId=1
5657
[azure-pipeline-badge]: https://dev.azure.com/GitTools/GitVersion/_apis/build/status/GitTools.GitVersion
5758
[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
5960
[codecov]: https://codecov.io/gh/GitTools/GitVersion
6061
[codecov-badge]: https://codecov.io/gh/GitTools/GitVersion/branch/main/graph/badge.svg
6162
[docs]: https://gitversion.net/docs/
@@ -72,6 +73,8 @@ from The Noun Project.
7273
[gvgt-badge]: https://img.shields.io/nuget/v/GitVersion.Tool.svg?logo=nuget
7374
[brew]: https://formulae.brew.sh/formula/gitversion
7475
[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
7578
[dockerhub]: https://hub.docker.com/r/gittools/gitversion/
7679
[dockerhub-badge]: https://img.shields.io/docker/pulls/gittools/gitversion.svg?logo=docker
7780
[az-pipeline-task]: https://marketplace.visualstudio.com/items?itemName=gittools.gittools

0 commit comments

Comments
 (0)