Skip to content

Commit f21a391

Browse files
author
Kapil Borle
committed
Update module manifest
1 parent 26535b4 commit f21a391

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.11.1'
14+
ModuleVersion = '1.12.0'
1515

1616
# ID used to uniquely identify this module
1717
GUID = 'd6245802-193d-4068-a631-8863a4342a18'
@@ -87,11 +87,13 @@ PrivateData = @{
8787
ProjectUri = 'https://github.com/PowerShell/PSScriptAnalyzer'
8888
IconUri = ''
8989
ReleaseNotes = @'
90+
### Added
91+
- PSAlignAssignmentRuleStatement rule to align assignment statements in property value pairs (#753).
92+
9093
### Fixed
91-
- CodeFormatting settings file (#727, #728).
92-
- Whitelisted aliases comparison in AvoidUsingCmdletAliases rule (#739).
93-
- PlaceCloseBrace rule behavior for NewLineAfter option (#741).
94-
- UseConsistentIndentation rule to ignore open brace in magic methods (#744).
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).
9597
'@
9698
}
9799
}
@@ -109,3 +111,4 @@ PrivateData = @{
109111

110112

111113

114+

0 commit comments

Comments
 (0)