File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
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.16.0 '
14
+ ModuleVersion = ' 1.16.1 '
15
15
16
16
# ID used to uniquely identify this module
17
17
GUID = ' d6245802-193d-4068-a631-8863a4342a18'
@@ -87,12 +87,8 @@ PrivateData = @{
87
87
ProjectUri = ' https://github.com/PowerShell/PSScriptAnalyzer'
88
88
IconUri = ' '
89
89
ReleaseNotes = @'
90
- ### Added
91
- - (#803) `CustomRulePath`, `RecurseCustomRulePath` and `IncludeDefaultRules` parameters to settings file.
92
-
93
90
### Fixed
94
- - (#801) Reading DSC classes in `PSUseIdenticalMandatoryParametersForDSC` rule.
95
- - (#796) `PSAvoidUsingWriteHost` rule documentation (Thanks @bergmeister!).
91
+ - (#815) Formatter crashes due to invalid extent comparisons
96
92
'@
97
93
}
98
94
}
@@ -117,3 +113,4 @@ PrivateData = @{
117
113
118
114
119
115
116
+
You can’t perform that action at this time.
0 commit comments