Skip to content

Commit

Permalink
(build) Updated version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Nov 18, 2023
1 parent b11eb5f commit 7e22cba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### New in 4.0.0 (Released 2023/11/18)

* 4266 Update LatestPotentialBreakingChange to 4.0.0.
* 4132 Add File APIs for setting timestamps (creation time, last write time, last access time).
* 4250 Update System.Collections.Immutable to 8.0.0.
* 4260 Unzip alias should support overwrite files.
* 4251 Update System.Reflection.Metadata 8.0.0.
* 4249 Update Microsoft.Extensions.DependencyInjection to 8.0.0.
* 4197 Execution of Cake script fails if an addin defines an alias that uses nullable reference types in its signature.
* 4150 Cake script is contributing unactionable diagnostics in VS Code Problems pane.

### New in 3.2.0 (Released 2023/11/10)

* 4225 Add DotNetRemovePackage alias for dotnet remove package command.
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("3.2.0.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]
[assembly: AssemblyInformationalVersion("3.2.0-beta.1+1.Branch.release-3.2.0.Sha.0ccf2b8235eea0282aac1f2690975e9d3dd4b71f")]
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]
[assembly: AssemblyInformationalVersion("4.0.0-beta.1+0.Branch.release-4.0.0.Sha.b11eb5fc9f203608d32c280b5e2b914eea3df379")]
[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")]

0 comments on commit 7e22cba

Please sign in to comment.