Skip to content

Commit 0f09ec4

Browse files
author
Kapil Borle
committed
Update module manifest
1 parent 08896da commit 0f09ec4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Engine/PSScriptAnalyzer.psd1

Lines changed: 3 additions & 6 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.16.0'
14+
ModuleVersion = '1.16.1'
1515

1616
# ID used to uniquely identify this module
1717
GUID = 'd6245802-193d-4068-a631-8863a4342a18'
@@ -87,12 +87,8 @@ PrivateData = @{
8787
ProjectUri = 'https://github.com/PowerShell/PSScriptAnalyzer'
8888
IconUri = ''
8989
ReleaseNotes = @'
90-
### Added
91-
- (#803) `CustomRulePath`, `RecurseCustomRulePath` and `IncludeDefaultRules` parameters to settings file.
92-
9390
### 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
9692
'@
9793
}
9894
}
@@ -117,3 +113,4 @@ PrivateData = @{
117113

118114

119115

116+

0 commit comments

Comments
 (0)