Skip to content

Commit

Permalink
Merge branch 'release/3.2.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Nov 10, 2023
2 parents 4031007 + 5857ac2 commit 12d80fa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 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 3.2.0 (Released 2023/11/10)

* 4225 Add DotNetRemovePackage alias for dotnet remove package command.
* 4187 Add DotNetAddPackage alias for dotnet add package command.
* 4221 Add Azure Pipelines group logging commands.
* 4219 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.7.0.
* 4217 Update NuGet.* to 6.7.0.
* 4215 Update Autofac to 7.1.0.
* 4157 Upgrading to spectre.console 0.47.0 breaks the cake build.
* 4144 DotNetMSBuildSettings is missing NodeReuse.
* 3996 Error: Bad IL format with Cake MacOSX (2.3.0 - 3.1.0).

### New in 3.1.0 (Released 2023/07/09)

* 4122 Call multiple tasks from CLI in Frosting.
Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// Install .NET Core Global tools.
#tool "dotnet:https://api.nuget.org/v3/index.json?package=GitVersion.Tool&version=5.12.0"
#tool "dotnet:https://api.nuget.org/v3/index.json?package=GitReleaseManager.Tool&version=0.15.0"
#tool "dotnet:https://api.nuget.org/v3/index.json?package=GitReleaseManager.Tool&version=0.13.0"
#tool "dotnet:https://api.nuget.org/v3/index.json?package=sign&version=0.9.1-beta.23530.1&prerelease"

// Load other scripts.
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.1.0.0")]
[assembly: AssemblyFileVersion("3.1.0.0")]
[assembly: AssemblyInformationalVersion("3.1.0-beta.1+0.Branch.release-3.1.0.Sha.6a334f30ec989c44d6578a7e73843ed9f1167ca3")]
[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: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")]

0 comments on commit 12d80fa

Please sign in to comment.