Skip to content

Commit

Permalink
Merge ed45e57 into 06dc0d1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielweyer authored Nov 8, 2022
2 parents 06dc0d1 + ed45e57 commit 9dcc0f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "2.1.0",
"version": "2.3.0",
"commands": [
"dotnet-cake"
]
}
}
}
}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ After a branch was configured as `protected`, `GitHub` will suggest available [s

[cake]: https://cakebuild.net/
[nuget-org]: https://www.nuget.org/
[build-cake]: build.cake
[semver]: https://semver.org/
[git-version]: https://gitversion.net/docs/
[pack-issues]: https://github.com/NuGet/Home/issues/6285
Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#tool dotnet:?package=GitVersion.Tool&version=5.8.1
#tool dotnet:?package=GitVersion.Tool&version=5.11.0
#addin nuget:?package=Cake.Incubator&version=7.0.0

#r Newtonsoft.Json
Expand Down

0 comments on commit 9dcc0f1

Please sign in to comment.