Skip to content

Commit 8feee5a

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

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,7 +1,7 @@
11
#tool "nuget:?package=NuGet.CommandLine&version=5.9.1"
22

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

66
var target = ArgumentOrDefault<string>("target") ?? "pack";
77
var buildVersion = MinVer(s => s.WithTagPrefix("v").WithDefaultPreReleasePhase("preview"));

0 commit comments

Comments
 (0)