Skip to content

Commit 4b31c94

Browse files
committed
(build) Updated version and release notes
1 parent edafec7 commit 4b31c94

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

ReleaseNotes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### New in 5.0.0 (Released 2024/11/13)
2+
3+
* #4384 Remove obsolete members / methods.
4+
* #4383 Update LatestPotentialBreakingChange to 5.0.0.
5+
* #4346 Remove Unsupported TFMS .NET 6 & 7 (net6.0 & net7.0).
6+
* #4396 Add DotNetSlnAdd alias for dotnet sln add command.
7+
* #4393 Add DotNetSlnList alias for dotnet sln list command.
8+
* #4379 C# 13 Scripting Support.
9+
* #4345 Add .NET 9 (net9.0) TFM.
10+
* #4310 Update Cake.Tool to support running on FreeBSD.
11+
* #4391 DownloadArtifacts errors in latest Cake 4.2.0 with 404 error.
12+
113
### New in 4.2.0 (Released 2024/10/23)
214

315
* #4374 Argument 'foo' was not set" after update to 4.1 in Cake Frosting.

src/SolutionInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using System.Reflection;
1111

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

0 commit comments

Comments
 (0)