Skip to content

Commit 2ac84e0

Browse files
committed
(build) Updated version and release notes.
1 parent 3e24a52 commit 2ac84e0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### New in 0.38.1 (Released 2020/05/30)
2+
3+
* 2786 0.38.0 introduces TFBuild obsolete warning for everyone not just users of property
4+
15
### New in 0.38.0 (Released 2020/05/30)
26

37
* 2784 Add NuGet Delete functionality

src/SolutionInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using System.Reflection;
1111

1212
[assembly: AssemblyProduct("Cake")]
13-
[assembly: AssemblyVersion("0.38.0.0")]
14-
[assembly: AssemblyFileVersion("0.38.0.0")]
15-
[assembly: AssemblyInformationalVersion("0.38.0-beta.1+0.Branch.release-0.38.0.Sha.a8e61520ffd6e0f48464853fd7d832f410fb6d03")]
13+
[assembly: AssemblyVersion("0.38.1.0")]
14+
[assembly: AssemblyFileVersion("0.38.1.0")]
15+
[assembly: AssemblyInformationalVersion("0.38.1-beta.1+0.Branch.release-0.38.1.Sha.3e24a52e2b2f3285016a31c2dd3e08df94a52d7b")]
1616
[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")]

0 commit comments

Comments
 (0)