Skip to content

Commit cbb2e91

Browse files
committed
updates to Readme
1 parent 9fb34b0 commit cbb2e91

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ works out the [semantic version][semver] of the commit being built.
2020
| **GitVersionTask** | [![NuGet][gvt-badge]][gvt] | [![NuGet][gvt-pre-badge]][gvt] |
2121
| **GitVersion.CommandLine** | [![NuGet][gvcl-badge]][gvcl] | [![NuGet][gvcl-pre-badge]][gvcl] |
2222
| **GitVersion.CommandLine.DotNetCore** | [![NuGet][gvcd-badge]][gvcd] | [![NuGet][gvcd-pre-badge]][gvcd] |
23-
| **GitVersion.Tool** | - | [![NuGet][gvgt-pre-badge]][gvgt] |
23+
| **GitVersion.Tool** | [![NuGet][gvgt-badge]][gvgt] | [![NuGet][gvgt-pre-badge]][gvgt] |
2424
| **Azure Pipeline Task** | [![Azure Pipeline Task][az-pipeline-task-badge]][az-pipeline-task] | [![Azure Pipeline Task][az-pipeline-task-pre-badge]][az-pipeline-task-pre] |
2525
| **Gem** | [![Gem][gem-badge]][gem] | - |
2626
| **Homebrew** | [![homebrew][brew-badge]][brew] | - |
@@ -32,7 +32,7 @@ GitVersion works Windows, Linux, and Mac.
3232

3333
Tip: If you get `System.TypeInitializationException: The type initializer for
3434
'LibGit2Sharp.Core.NativeMethods' threw an exception. --->
35-
System.DllNotFoundException: lib/linux/x86_64/libgit2-baa87df.so`
35+
System.DllNotFoundException: lib/linux/x86_64/libgit2-baa87df.so` in versions prior to 5.0.0
3636

3737
You likely need to install `libcurl3`. Run `sudo apt-get install libcurl3`
3838

build/stages/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ steps:
77
path: $(Build.SourcesDirectory)
88
artifact: artifacts
99
- script: dotnet cake build.cake --bootstrap && dotnet cake build.cake --target=Release
10-
displayName: 'Release'
10+
displayName: 'Release'
11+
env:
12+
GITHUB_TOKEN: $(GITHUB_TOKEN)

0 commit comments

Comments
 (0)