Skip to content

Commit 6d52984

Browse files
committed
(build) Updated version and release notes.
1 parent a0f142a commit 6d52984

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

ReleaseNotes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### New in 0.29.0 (Released 2018/07/06)
2+
3+
* 2140 DotNetCorePublish does not respect SelfContained DotNetCorePublishSettings property.
4+
* 2203 Add Octopus Deploy Promote release support.
5+
* 2095 Add "--skipnontestassemblies" funcionality to CAKE's NUnit3Settings as it exists in original nunit3 test runner.
6+
* 2094 Add support for executing a single task without dependencies.
7+
* 2196 NuGet Repository information not settable in NuGet Pack.
8+
* 2185 Try to find vswhere.exe on the system if the tool is not registered.
9+
* 2154 Problem with loading abolute path scripts with #load preprocessor.
10+
* 2152 try resolve vstest.console.exe before guessing it.
11+
* 1609 Add additional VSTS actions.
12+
* 2195 Updated the WiX tool documentation.
13+
* 2193 Add Pascal and Dave to all required places.
14+
* 2188 The CLA link in readme seems invalid or broken.
15+
116
### New in 0.28.1 (Released 2018/06/18)
217

318
* 2176 Skipped tasks show up multiple times 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.28.1.0")]
14-
[assembly: AssemblyFileVersion("0.28.1.0")]
15-
[assembly: AssemblyInformationalVersion("0.28.1-beta.1+4.Branch.hotfix/0.28.1.Sha.93fb5dc4f85859e1c01ab906019eb337df769cb3")]
13+
[assembly: AssemblyVersion("0.29.0.0")]
14+
[assembly: AssemblyFileVersion("0.29.0.0")]
15+
[assembly: AssemblyInformationalVersion("0.29.0-beta.1+0.Branch.release/0.29.0.Sha.a0f142af2dfbf18eecc240789529da428cb0d82a")]
1616
[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")]

0 commit comments

Comments
 (0)