File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
13
### New in 4.2.0 (Released 2024/10/23)
2
14
3
15
* #4374 Argument 'foo' was not set" after update to 4.1 in Cake Frosting.
Original file line number Diff line number Diff line change 10
10
using System . Reflection ;
11
11
12
12
[ 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 " ) ]
16
16
[ assembly: AssemblyCopyright ( "Copyright (c) .NET Foundation and Contributors" ) ]
You can’t perform that action at this time.
0 commit comments