Skip to content

Commit 1c076fb

Browse files
committedDec 10, 2018
Merge branch 'release/0.13.0'
2 parents 3ce4260 + a92fba4 commit 1c076fb

File tree

63 files changed

+5133
-1997
lines changed

Some content is hidden

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

63 files changed

+5133
-1997
lines changed
 

‎.editorconfig

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# EditorConfig is awesome:http://EditorConfig.org
21
# From https://raw.githubusercontent.com/dotnet/roslyn/master/.editorconfig
32

43
# top-most EditorConfig file

‎CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [vNext]
88

9+
## [0.13.0] / 2018-12-10
10+
- Change verification of PATH environment variable to be executed only with `Trace` log level
11+
- Added `ToolSettings.When` for conditional fluent modifications
12+
- Added `.editorconfig` file in setup to avoid formatting issues
13+
- Added `DotMemoryUnitTasks`
14+
- Added missing properties in `DotNetCleanSettings`, `DotNetRestoreSettings` and `MSBuildSettings.Restore`
15+
916
## [0.12.4] / 2018-12-02
1017
- Fixed `SolutionAttribute` to handle empty configuration file
1118

@@ -219,7 +226,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
219226
- Added CLT tasks for Git
220227
- Fixed background color in console output
221228

222-
[vNext]: https://github.com/nuke-build/nuke/compare/0.12.4...HEAD
229+
[vNext]: https://github.com/nuke-build/nuke/compare/0.13.0...HEAD
230+
[0.13.0]: https://github.com/nuke-build/nuke/compare/0.12.4...0.13.0
223231
[0.12.4]: https://github.com/nuke-build/nuke/compare/0.12.3...0.12.4
224232
[0.12.3]: https://github.com/nuke-build/nuke/compare/0.12.2...0.12.3
225233
[0.12.2]: https://github.com/nuke-build/nuke/compare/0.12.1...0.12.2

0 commit comments

Comments
 (0)
Please sign in to comment.