Skip to content

Commit cab58db

Browse files
committedAug 22, 2018
Merge branch 'release/0.30.0' into main
* release/0.30.0: (22 commits) (build) Updated version and release notes. (cake-buildGH-2214) Use Environment.CommandLine directly and remove polyfill. (cake-buildGH-2238) Add repository metadata to NuGet packages Added alias for checking if the current run is a dry run. Execute setup and teardown when dry running script. (cake-buildGH-2233) Documented bootstrap argument (cake-buildGH-2232) Document exclusive argument (cake-buildGH-2234) Removed Mono from CakeOption Add XML comments for CakeTaskExtensions Fix CakeTaskExtensions accessibility (build) Change tool name & fix packaging (build) Added Cake.Tool package to parameters.cake Allow opting out from using working directory. (cake-buildGH-2067) Cake .NET Core Tool package * Updates SDK * Addes Cake.Tool project * Fixes cake-build#2067 * Fixes cake-build#1644 Support for DotCover configuration file added - fixes cake-build#1401 Initialized all tool settings collection properties Failing tests for initialized tool settings collections (cake-buildGH-2207) Update to NuGet 4.7.0 (cake-buildGH-2220) Corrected documentation for InnoSetup alias (doc) Minor modification ...
2 parents c531c9e + 6512b79 commit cab58db

File tree

68 files changed

+742
-163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+742
-163
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ osx_image: xcode9.2
1313
mono:
1414
- 4.4.2
1515

16-
dotnet: 2.1.4
16+
dotnet: 2.1.400
1717

1818
before_install:
1919
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags

‎ReleaseNotes.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### New in 0.30.0 (Released 2018/08/22)
2+
3+
* 2067 Publish as .NET Core Global Tool.
4+
* 2238 Add repository metadata to NuGet packages.
5+
* 2234 Remove mono argument from Argument Parser.
6+
* 2211 DotNetCorePublishSettings doesn't contain --no-build flag support introduced in .NET Core SDK 2.1.
7+
* 2146 Enabling initializer syntax for all collection properties.
8+
* 1401 Support for dotCover configuration file.
9+
* 2233 Add bootstrap argument to Help Command.
10+
* 2232 Add exclusive argument to Help Command.
11+
* 2220 Incorrect documentation for InnoSetup Alias.
12+
* 2228 CakeTaskExtensions are no longer accessible.
13+
* 2224 Add option for ProcessSettings to opt out of working directory magic.
14+
* 2214 Cake.CoreCLR can't handle whitespace in path.
15+
* 2208 WithCriteria does not work with 'DryRun' (WhatIf flag).
16+
* 2207 NuGet hang due to bug in NuGet 4.6.0.
17+
118
### New in 0.29.0 (Released 2018/07/06)
219

320
* 2140 DotNetCorePublish does not respect SelfContained DotNetCorePublishSettings property.

0 commit comments

Comments
 (0)
Please sign in to comment.