We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd079a commit f1085d4Copy full SHA for f1085d4
CHANGELOG.md
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
## [vNext]
8
+- Fixed naming from `NukeBuild.IsSucessful` to `IsSucceeding`
9
+- Fixed `NukeBuild.IsSucceeding` to negate `IsFailing`
10
+- Fixed NJsonSchema reference version
11
+- Fixed `:secrets` command to find secret parameters
12
+- Fixed argument format in `DotNetTasks`
13
+- Fixed definite argument in `EntityFrameworkTasks`
14
+- Fixed deprecated argument in `MinVerTasks`
15
16
## [8.1.2] / 2024-10-13
17
- Fixed exclusion of skipped target from lookup for skippable dependencies
0 commit comments