Skip to content

Commit 4a059d0

Browse files
Bump Cake.MinVer from 1.0.0 to 1.0.1 (#7)
Bumps [Cake.MinVer](https://github.com/cake-contrib/Cake.MinVer) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/cake-contrib/Cake.MinVer/releases) - [Commits](cake-contrib/Cake.MinVer@v1.0.0...v1.0.1) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f2d6741 commit 4a059d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#tool "nuget:?package=NuGet.CommandLine&version=5.9.1"
22

3-
#addin "nuget:?package=Cake.MinVer&version=1.0.0"
3+
#addin "nuget:?package=Cake.MinVer&version=1.0.1"
44
#addin "nuget:?package=Cake.Args&version=1.0.0"
55

66
var target = ArgumentOrDefault<string>("target") ?? "pack";

0 commit comments

Comments
 (0)