File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
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.10 .0'
14
+ ModuleVersion = ' 1.11 .0'
15
15
16
16
# ID used to uniquely identify this module
17
17
GUID = ' d6245802-193d-4068-a631-8863a4342a18'
@@ -120,3 +120,4 @@ PS> Invoke-ScriptAnalyzer -Path /path/to/your/module -Settings PSGallery
120
120
121
121
122
122
123
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Microsoft.Windows.PowerShell.ScriptAnalyzer" ,
3
- "version" : " 1.10 .0" ,
3
+ "version" : " 1.11 .0" ,
4
4
"dependencies" : {
5
5
"System.Management.Automation" : " 1.0.0-alpha12"
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.10 .0" ,
3
+ "version" : " 1.11 .0" ,
4
4
"dependencies" : {
5
5
"System.Management.Automation" : " 1.0.0-alpha12" ,
6
- "Engine" : " 1.10 .0" ,
6
+ "Engine" : " 1.11 .0" ,
7
7
"Newtonsoft.Json" : " 9.0.1"
8
8
},
9
9
You can’t perform that action at this time.
0 commit comments