Skip to content

Commit

Permalink
Merge branch 'develop' into rmarusyk/3817-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marusyk authored Nov 13, 2024
2 parents 9d0a3c5 + 8ca6cc3 commit c9af6f9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "4.2.0",
"version": "5.0.0",
"commands": [
"dotnet-cake"
]
Expand Down
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 c9af6f9

Please sign in to comment.