Skip to content

Commit

Permalink
Merge branch 'release/v5.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Dec 16, 2024
2 parents 7fc6511 + 9f9adae commit c1b2285
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### New in 5.0.1 (Released 2024/12/16)

* Fix dependency versions for Cake.Frosting.Git (@pascalberger)

### New in 5.0.0 (Released 2024/12/14)

* Update to Cake 5.0 (@pascalberger)
Expand Down
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ Task("Create-NuGet-Package-Frosting")
.ToArray();
data.NuGetPackSettings.Dependencies = new List<NuSpecDependency>
{
new NuSpecDependency { Id = "Cake.Core", Version = "4.0.0" },
new NuSpecDependency { Id = "LibGit2Sharp", Version = "0.29.0" }
new NuSpecDependency { Id = "Cake.Core", Version = "5.0.0" },
new NuSpecDependency { Id = "LibGit2Sharp", Version = "0.30.0" }
};

context.EnsureDirectoryExists(data.BuildPaths.NuGetRoot);
Expand Down

0 comments on commit c1b2285

Please sign in to comment.