Skip to content

Commit

Permalink
Merge branch 'release/0.38.3' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Jun 26, 2020
2 parents bf34cb2 + 876fe8c commit 58b5c16
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
### New in 0.38.2 (Release 2020/06/09)
### New in 0.38.3 (Released 2020/06/26)

* 2803 ArgumentOutOfRangeException: The DateTimeOffset specified cannot be converted into a Zip file timestamp .
* 2798 Input string not in correct format starting in v0.38.0.
* 2799 Bump .NET Core SDK to 3.1.301.

### New in 0.38.2 (Released 2020/06/09)

* 2790 Cake 0.38.1 is failing to write messages to TeamCity

Expand Down
2 changes: 1 addition & 1 deletion build.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
CAKE_VERSION=0.38.0
CAKE_VERSION=0.38.2
DOTNET_VERSION=3.1.300
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.38.2.0")]
[assembly: AssemblyFileVersion("0.38.2.0")]
[assembly: AssemblyInformationalVersion("0.38.2-beta.1+24.Branch.hotfix-0.38.2.Sha.15a8ce20fd8845352cf1123a521408b7e228d271")]
[assembly: AssemblyVersion("0.38.3.0")]
[assembly: AssemblyFileVersion("0.38.3.0")]
[assembly: AssemblyInformationalVersion("0.38.3-beta.1+0.Branch.release-0.38.3.Sha.e4ccdab3183bae78915f587171bd4a9387fc0300")]
[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")]

0 comments on commit 58b5c16

Please sign in to comment.