@@ -11,7 +11,7 @@ Author = 'Microsoft Corporation'
11
11
RootModule = ' PSScriptAnalyzer.psm1'
12
12
13
13
# Version number of this module.
14
- ModuleVersion = ' 1.9 .0'
14
+ ModuleVersion = ' 1.10 .0'
15
15
16
16
# ID used to uniquely identify this module
17
17
GUID = ' d6245802-193d-4068-a631-8863a4342a18'
@@ -88,24 +88,22 @@ PrivateData = @{
88
88
IconUri = ' '
89
89
ReleaseNotes = @'
90
90
### Added
91
- - SuggestedCorrections for ScriptDefinition input (#665)
92
- - PSAvoidGlobalAliases and PSAvoidGlobalFunction rules (#658)
91
+ - Three rules to enable code formatting feature in vscode (#690)
92
+ - PSPlaceOpenBrace
93
+ - PSPlaceCloseBrace
94
+ - PSUseConsistentIdentation
93
95
94
96
### Fixed
95
- - Regular expression in `target` parameter in SuppressMessageAttribute (#638)
96
- - Filtering on severity level for DSC rules (#642)
97
- - PSUseCompatibleCmdlets rule
98
- + to check for commands in Microsoft.PowerShell.Core snapin
99
- + to ignore aliases
100
- + to ignore custom defind commands
101
- - PSUseDeclaredVarsMoreThanAssignments rule to ignore the following special variables (#653)
102
- + `$PSModuleAutoLoadingPreference`
103
- + `$InformationPreference`
104
- - PSShouldProcess rule to not enforce `SupportsShouldProcess` if a function calls built-in cmdlet or function that calls `ShouldProcess` (#652).
105
- - PSShouldProcess rule violation extent (#668)
106
- - PSAvoidUsingCmdletAliases rule violation extent (667)
107
- - Column header of `Invoke-ScriptAnalyzer` to be consistent with corresponding property names (#664)
108
- - `ScriptPath` property of external rule violation (#649)
97
+ - `PSProvideCommentHelp` violation extent (#679)
98
+ - `PSAvoidUsingCmdletAliases` rule
99
+ + false positives in DSC configurations (#678)
100
+ + violation extent (#685)
101
+ - `PSDSCDSCTestsPresent` rule to check for tests in subdirectories
102
+ - `PSUsePSCredentialType` rule (#683)
103
+ + trigger only if invoked from PS version 4 and below
104
+ + violation extent
105
+ - `PSAvoidUsingComputerNameHardcoded` rule to ignore `localhost` (#687)
106
+ - Performance issues caused by invoking `get-command` method (#692)
109
107
'@
110
108
}
111
109
}
@@ -120,3 +118,4 @@ PrivateData = @{
120
118
121
119
122
120
121
+
0 commit comments