File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Author = 'Microsoft Corporation'
1111RootModule = ' PSScriptAnalyzer.psm1'
1212
1313# Version number of this module.
14- ModuleVersion = ' 1.10 .0'
14+ ModuleVersion = ' 1.11 .0'
1515
1616# ID used to uniquely identify this module
1717GUID = ' d6245802-193d-4068-a631-8863a4342a18'
@@ -120,3 +120,4 @@ PS> Invoke-ScriptAnalyzer -Path /path/to/your/module -Settings PSGallery
120120
121121
122122
123+
Original file line number Diff line number Diff line change 11{
22 "name" : " Microsoft.Windows.PowerShell.ScriptAnalyzer" ,
3- "version" : " 1.10 .0" ,
3+ "version" : " 1.11 .0" ,
44 "dependencies" : {
55"System.Management.Automation" : " 1.0.0-alpha12"
66 },
Original file line number Diff line number Diff line change 11{
22 "name" : " Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules" ,
3- "version" : " 1.10 .0" ,
3+ "version" : " 1.11 .0" ,
44 "dependencies" : {
55 "System.Management.Automation" : " 1.0.0-alpha12" ,
6- "Engine" : " 1.10 .0" ,
6+ "Engine" : " 1.11 .0" ,
77 "Newtonsoft.Json" : " 9.0.1"
88 },
99
You can’t perform that action at this time.
0 commit comments