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 Apr 14, 2022
1 parent 8861b46 commit f38bb05
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
### New in 2.2.0 (Released 2022/04/15)

* 3821 PostAction is not setable on DotNetSettings.
* 3485 Add alias for dotnet workload search command.
* 2099 Cache compiled script on disk.
* 3866 Update Microsoft.NETCore.Platforms to 6.0.3.
* 3854 Update Spectre.Console to 0.44.0.
* 3851 Update System.Reflection.Metadata to 6.0.1.
* 3846 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.1.0.
* 3844 Update Microsoft.NETCore.Platforms to 6.0.2.
* 3843 Update NuGet.* to 6.1.0.
* 2763 Provide property to return parent directory on DirectoryPath.
* 2431 UploadFile should support option of username/password.
* 3819 Update Git Release Manager Comment template to remove Cake NuGet package and Chocolatey portable.
* 3859 PathCollapser.Collapse breaks UNC paths.
* 3858 PathCollapser.Collapse shows wrong output for if .. is the second segment in the path.
* 3823 Executing a cake script leads to System.IO.FileNotFoundException for several System.(...) assemblies.
* 3735 Incorrect warnings in diagnostic logs.

### New in 2.1.0 (Released 2022/02/19)

* 2524 XmlTransform support for xsl arguments
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("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyInformationalVersion("2.1.0-beta.1+0.Branch.release-2.1.0.Sha.d21c59a7546b49e37c063982b85b9281dec0183a")]
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyInformationalVersion("2.2.0-beta.1+0.Branch.release-2.2.0.Sha.8861b463a4eb651f9e5149ee7f7ada47d03ae1ad")]
[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")]

0 comments on commit f38bb05

Please sign in to comment.