Skip to content

Commit 0e80f0d

Browse files
author
Kapil Borle
committed
Bump version to 1.11.0
1 parent a4aa570 commit 0e80f0d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Engine/PSScriptAnalyzer.psd1

+2-1
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.10.0'
14+
ModuleVersion = '1.11.0'
1515

1616
# ID used to uniquely identify this module
1717
GUID = 'd6245802-193d-4068-a631-8863a4342a18'
@@ -120,3 +120,4 @@ PS> Invoke-ScriptAnalyzer -Path /path/to/your/module -Settings PSGallery
120120

121121

122122

123+

Engine/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
},

Rules/project.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

0 commit comments

Comments
 (0)