Skip to content

Commit c11c73d

Browse files
author
Kapil Borle
committed
Update version in project.json files
1 parent 0cb408f commit c11c73d

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.14.1",
3+
"version": "1.15.0",
44
"dependencies": {
55
"System.Management.Automation": "6.0.0-alpha13"
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.14.1",
3+
"version": "1.15.0",
44
"dependencies": {
55
"System.Management.Automation": "6.0.0-alpha13",
6-
"Engine": "1.14.1",
6+
"Engine": "1.15.0",
77
"Newtonsoft.Json": "9.0.1"
88
},
99

0 commit comments

Comments
 (0)