Skip to content

Commit 24b8238

Browse files
author
Kapil Borle
committed
Update module manifest
1 parent 22440de commit 24b8238

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Engine/PSScriptAnalyzer.psd1

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Author = 'Microsoft Corporation'
1111
RootModule = 'PSScriptAnalyzer.psm1'
1212

1313
# Version number of this module.
14-
ModuleVersion = '1.12.0'
14+
ModuleVersion = '1.13.0'
1515

1616
# ID used to uniquely identify this module
1717
GUID = 'd6245802-193d-4068-a631-8863a4342a18'
@@ -88,12 +88,14 @@ PrivateData = @{
8888
IconUri = ''
8989
ReleaseNotes = @'
9090
### Added
91-
- PSAlignAssignmentRuleStatement rule to align assignment statements in property value pairs (#753).
91+
- `PSUseSupportsShouldProcess` rule to discourage manual `whatif` and `confirm` parameter declarations.
92+
- Suggested corrections to `PSProvideCommentHelp` rule. The rule can now be configured to:
93+
- trigger on non-exported functions. But by default, the rule triggers only on exported functions that do have comment help.
94+
- place the suggested corrections either before a function definition, or at the beginning or end of a function's body.
95+
- choose between block comment or line comment style of suggested comment help correction.
9296
9397
### Fixed
94-
- `PSAvoidGlobalVars` rule to ignore `$global:lastexitcode` (#752).
95-
- `PSUseConsistentIndentation` to account for backtick on preceding line (#749).
96-
- `PSPlaceCloseBrace` to ignore one-line blocks when `NewLineAfter` switch is on (#748).
98+
- `PSAlignAssignmentStatement` to align assignment statements in DSC configurations that have *Undefined DSC Resource* parse errors.
9799
'@
98100
}
99101
}
@@ -112,3 +114,4 @@ PrivateData = @{
112114

113115

114116

117+

0 commit comments

Comments
 (0)