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 Feb 1, 2020
1 parent f3b5f6d commit d6a29a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions ReleaseNotes.md
@@ -1,3 +1,13 @@
### New in 0.37.0 (Released 2020/02/01)

* 2708 Emitting debug information should be done regardless of --debug switch.
* 2701 Api keys should be secret.
* 2697 Update to latest release of GitReleaseManager.
* 2696 Upgrade Cake Alias support for GitReleaseManager.
* 2691 Missing GitHubActions Alias.
* 2695 Cake fails to build on travis-ci with latest mono (6.8).
* 2693 Update .NET Core SDK to 3.1.101.

### New in 0.36.0 (Released 2020/01/11)

* 2677 Add GitHub Actions build provider.
Expand Down
6 changes: 3 additions & 3 deletions src/SolutionInfo.cs
Expand Up @@ -10,7 +10,7 @@
using System.Reflection;

[assembly: AssemblyProduct("Cake")]
[assembly: AssemblyVersion("0.36.0.0")]
[assembly: AssemblyFileVersion("0.36.0.0")]
[assembly: AssemblyInformationalVersion("0.36.0-beta.1+0.Branch.release-0.36.0.Sha.004eaf6c67df480f84c24a483c0082dd9b2cf414")]
[assembly: AssemblyVersion("0.37.0.0")]
[assembly: AssemblyFileVersion("0.37.0.0")]
[assembly: AssemblyInformationalVersion("0.37.0-beta.1+0.Branch.release-0.37.0.Sha.f3b5f6d338bdba4c509e5bef05b6b45966225f42")]
[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")]

0 comments on commit d6a29a9

Please sign in to comment.