File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Versioning when using Git, solved. GitVersion looks at your git history and
44works out the [ Semantic Version] [ semver ] of the commit being built.
55
6- [ ![ Build status] [ azure-pipeline-badge ]] [ azure-pipeline ]
76[ ![ Build status] [ github-actions-badge ]] [ github-actions ]
87[ ![ codecov] [ codecov-badge ]] [ codecov ]
98
@@ -50,13 +49,9 @@ from The Noun Project.
5049
5150[ semver ] : https://semver.org
5251
53- [ azure-pipeline ] : https://dev.azure. com/GitTools/GitVersion/_build/latest?definitionId=1
52+ [ github-actions ] : https://github. com/GitTools/GitVersion/actions/workflows/ci.yml
5453
55- [ azure-pipeline-badge ] : https://dev.azure.com/GitTools/GitVersion/_apis/build/status/GitTools.GitVersion
56-
57- [ github-actions ] : https://github.com/GitTools/GitVersion/actions
58-
59- [ github-actions-badge ] : https://github.com/GitTools/GitVersion/workflows/CI/badge.svg
54+ [ github-actions-badge ] : https://github.com/GitTools/GitVersion/actions/workflows/ci.yml/badge.svg
6055
6156[ codecov ] : https://codecov.io/gh/GitTools/GitVersion
6257
Original file line number Diff line number Diff line change 22Order : 40
33Title : Library
44Description : |
5- Install with NuGet and use GitVersion.Core as a software library . Although this
5+ Install with NuGet and use GitVersion.Core as a NuGet package . Although this
66 is an unsupported option and the API may break even between minor or
77 patch releases, it's a useful option to some.
88CardIcon : library.svg
99RedirectFrom : docs/usage/nuget-library
1010---
1111
12- Install with NuGet and use GitVersion.Core as a software library . Although this
12+ Install with NuGet and use GitVersion.Core as a NuGet package . Although this
1313is an unsupported option and the API may break even between minor or
1414patch releases, it's a useful option to some.
1515
You can’t perform that action at this time.
0 commit comments