Skip to content

Commit

Permalink
Update Cake.Issues to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Dec 11, 2022
1 parent 64cf323 commit cdf64a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Cake.Recipe/Content/addins.cake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#addin nuget:?package=Cake.Twitter&version=2.0.0
#addin nuget:?package=Cake.Wyam&version=2.2.13

#load nuget:?package=Cake.Issues.Recipe&version=1.3.2
#load nuget:?package=Cake.Issues.Recipe&version=2.0.0

Action<string, IDictionary<string, string>> RequireAddin = (code, envVars) => {
var script = MakeAbsolute(File(string.Format("./{0}.cake", Guid.NewGuid())));
Expand Down

0 comments on commit cdf64a4

Please sign in to comment.