File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
- ## [ 1.16.0] ( https://github.com/PowerShell/PSScriptAnalyzer/tree/1.16.0 ) - 2017-08-15
1
+ ## [ 1.16.1] ( https://github.com/PowerShell/PSScriptAnalyzer/tree/1.16.1 ) - 2017-09-01
2
+ ### Fixed
3
+ - (#815 ) Formatter crashes due to invalid extent comparisons
4
+
5
+ ## [ 1.16.0] ( https://github.com/PowerShell/PSScriptAnalyzer/tree/1.16.0 ) - 2017-08-15
2
6
### Added
3
7
- (#803 ) ` CustomRulePath ` , ` RecurseCustomRulePath ` and ` IncludeDefaultRules ` parameters to settings file.
4
8
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
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Microsoft.Windows.PowerShell.ScriptAnalyzer" ,
3
- "version" : " 1.16.0 " ,
3
+ "version" : " 1.16.1 " ,
4
4
"dependencies" : {
5
5
"System.Management.Automation" : " 6.0.0-alpha13"
6
6
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules" ,
3
- "version" : " 1.16.0 " ,
3
+ "version" : " 1.16.1 " ,
4
4
"dependencies" : {
5
5
"System.Management.Automation" : " 6.0.0-alpha13" ,
6
- "Engine" : " 1.16.0 " ,
6
+ "Engine" : " 1.16.1 " ,
7
7
"Newtonsoft.Json" : " 9.0.1"
8
8
},
9
9
You can’t perform that action at this time.
0 commit comments