Skip to content

Commit

Permalink
Merge branch 'release/0.25.0' into develop
Browse files Browse the repository at this point in the history
* release/0.25.0:
  (build) Updated version and release notes.
  • Loading branch information
devlead committed Jan 17, 2018
2 parents 796f60f + c072ac9 commit adea508
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### New in 0.25.0 (Released 2018/01/17)

* 1995 Make In-proc NuGet addin/tool installation default
* 1994 Get MSBuild Verbosity enum from string
* 1988 TeamCity writing start and end progress contains invalid messages property
* 1974 ToDictionary on Mono causes "The type 'Dictionary<,>' is defined in an assembly that is not referenced"
* 1998 Some .NET Core commands missing no dependencies/restore
* 1997 Add the --trace option to the NUnit3Settings class.
* 1992 Update to .NET Runtime 1.0.9 because security issues
* 1989 Path unnecessarily trims backslash in already normalized string
* 1987 Confusing Error from Bad Format String to Information()
* 1937 UseInProcessClient=true is slow
* 1982 CodeTriage - Get more Open Source Helpers
* 1689 ChocolateyDownload should be documented to only work in paid edition

### New in 0.24.0 (Released 2017/12/29)

* 1950 Allow Cake modules to be bootstrapped by Cake in a pre-processing phase
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("0.24.0.0")]
[assembly: AssemblyFileVersion("0.24.0.0")]
[assembly: AssemblyInformationalVersion("0.24.0-beta.1+0.Branch.release/0.24.0.Sha.50724a9778491ecaa7becdf919241ed81ee7fa5b")]
[assembly: AssemblyVersion("0.25.0.0")]
[assembly: AssemblyFileVersion("0.25.0.0")]
[assembly: AssemblyInformationalVersion("0.25.0-beta.1+0.Branch.release/0.25.0.Sha.796f60fdc81967e6497a8d525b600e0b93a117c4")]
[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")]

0 comments on commit adea508

Please sign in to comment.