Skip to content

Commit

Permalink
Merge branch 'release/5.0.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Nov 12, 2024
2 parents edafec7 + 4b31c94 commit 2156191
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### New in 5.0.0 (Released 2024/11/13)

* #4384 Remove obsolete members / methods.
* #4383 Update LatestPotentialBreakingChange to 5.0.0.
* #4346 Remove Unsupported TFMS .NET 6 & 7 (net6.0 & net7.0).
* #4396 Add DotNetSlnAdd alias for dotnet sln add command.
* #4393 Add DotNetSlnList alias for dotnet sln list command.
* #4379 C# 13 Scripting Support.
* #4345 Add .NET 9 (net9.0) TFM.
* #4310 Update Cake.Tool to support running on FreeBSD.
* #4391 DownloadArtifacts errors in latest Cake 4.2.0 with 404 error.

### New in 4.2.0 (Released 2024/10/23)

* #4374 Argument 'foo' was not set" after update to 4.1 in Cake Frosting.
Expand Down
6 changes: 3 additions & 3 deletions src/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using System.Reflection;

[assembly: AssemblyProduct("Cake")]
[assembly: AssemblyVersion("4.2.0.0")]
[assembly: AssemblyFileVersion("4.2.0.0")]
[assembly: AssemblyInformationalVersion("4.2.0-beta.1+0.Branch.release-4.2.0.Sha.13fe6c38b31cfe8133e4cbfefc8518aedba42996")]
[assembly: AssemblyVersion("5.0.0.0")]
[assembly: AssemblyFileVersion("5.0.0.0")]
[assembly: AssemblyInformationalVersion("5.0.0-beta.1+0.Branch.release-5.0.0.Sha.edafec7be7ba899dc2a6c676ac8be400b837c0f2")]
[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")]

0 comments on commit 2156191

Please sign in to comment.