Skip to content

Commit b0bb0f5

Browse files
author
Kapil Borle
committed
Update project.json files
1 parent 4bd5d5c commit b0bb0f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.11.0",
3+
"version": "1.11.1",
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.11.0",
3+
"version": "1.11.1",
44
"dependencies": {
55
"System.Management.Automation": "1.0.0-alpha12",
6-
"Engine": "1.11.0",
6+
"Engine": "1.11.1",
77
"Newtonsoft.Json": "9.0.1"
88
},
99

0 commit comments

Comments
 (0)