File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Author = 'Microsoft Corporation'
1111RootModule = ' 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
1717GUID = ' 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+
You can’t perform that action at this time.
0 commit comments