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'
11
11
RootModule = ' PSScriptAnalyzer.psm1'
12
12
13
13
# Version number of this module.
14
- ModuleVersion = ' 1.11.1 '
14
+ ModuleVersion = ' 1.12.0 '
15
15
16
16
# ID used to uniquely identify this module
17
17
GUID = ' d6245802-193d-4068-a631-8863a4342a18'
@@ -87,11 +87,13 @@ PrivateData = @{
87
87
ProjectUri = ' https://github.com/PowerShell/PSScriptAnalyzer'
88
88
IconUri = ' '
89
89
ReleaseNotes = @'
90
+ ### Added
91
+ - PSAlignAssignmentRuleStatement rule to align assignment statements in property value pairs (#753).
92
+
90
93
### 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).
95
97
'@
96
98
}
97
99
}
@@ -109,3 +111,4 @@ PrivateData = @{
109
111
110
112
111
113
114
+
You can’t perform that action at this time.
0 commit comments