Skip to content

Commit 6f9cc56

Browse files
committed
(build) Updated version and release notes
1 parent 645ee5a commit 6f9cc56

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

ReleaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
### New in 0.27.1 (Released 2018/04/21)
2+
3+
* 2132 Problems with loading certain assemblies (0.27.0)
4+
15
### New in 0.27.0 (Released 2018/04/19)
26

7+
38
* 2078 Support expand environment variables in script pre-processor directives
49
* 2047 Specify version during Nuget Updating
510
* 2005 Add entries for Setup/Teardown in report

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.27.0.0")]
14-
[assembly: AssemblyFileVersion("0.27.0.0")]
15-
[assembly: AssemblyInformationalVersion("0.27.0-beta.1+0.Branch.release/0.27.0.Sha.67466468cec2e01e01ffa8d959aac168bb60762b")]
13+
[assembly: AssemblyVersion("0.27.1.0")]
14+
[assembly: AssemblyFileVersion("0.27.1.0")]
15+
[assembly: AssemblyInformationalVersion("0.27.1-beta.1+0.Branch.release/0.27.1.Sha.645ee5a6ca687c8da4d1ccba4a866101ae546022")]
1616
[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")]

0 commit comments

Comments
 (0)