File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1010using 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" ) ]
You can’t perform that action at this time.
0 commit comments