Skip to content

Commit 5d4a21a

Browse files
committed
Updating to release version, setting to public, and changing ID to release name
1 parent c38bb6c commit 5d4a21a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

tasks/synopsys-detect-task/task.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "5e9b6b5e-3130-47dc-89c5-77a58949f2cf",
33
"name": "SynopsysDetectTask",
4-
"friendlyName": "Synopsys Detect QA",
4+
"friendlyName": "Synopsys Detect",
55
"description": "Execute Synopsys Detect against your build",
66
"author": "Synopsys",
77
"category": "Utility",
@@ -11,9 +11,9 @@
1111
],
1212
"demands": [],
1313
"version": {
14-
"Major": 3,
15-
"Minor": 1,
16-
"Patch": 41
14+
"Major": 6,
15+
"Minor": 0,
16+
"Patch": 0
1717
},
1818
"minimumAgentVersion": "1.95.0",
1919
"instanceNameFormat": "Run Synopsys Detect for your build $(message)",
@@ -72,4 +72,4 @@
7272
"target": "detect-task.js"
7373
}
7474
}
75-
}
75+
}

vss-extension.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"manifestVersion": 1,
3-
"id": "synopsys-detect-QA",
4-
"version": "3.1.41",
5-
"name": "Synopsys Detect QA",
3+
"id": "synopsys-detect",
4+
"version": "6.0.0",
5+
"name": "Synopsys Detect",
66
"publisher": "synopsys-detect",
7-
"public": false,
7+
"public": true,
88
"targets": [
99
{
1010
"id": "Microsoft.VisualStudio.Services"
@@ -174,4 +174,4 @@
174174
}
175175
}
176176
]
177-
}
177+
}

0 commit comments

Comments
 (0)