Skip to content

Commit

Permalink
Updating to release version, setting to public, and changing ID to re…
Browse files Browse the repository at this point in the history
…lease name
  • Loading branch information
bamandel committed Mar 23, 2021
1 parent c38bb6c commit 5d4a21a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions tasks/synopsys-detect-task/task.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "5e9b6b5e-3130-47dc-89c5-77a58949f2cf",
"name": "SynopsysDetectTask",
"friendlyName": "Synopsys Detect QA",
"friendlyName": "Synopsys Detect",
"description": "Execute Synopsys Detect against your build",
"author": "Synopsys",
"category": "Utility",
Expand All @@ -11,9 +11,9 @@
],
"demands": [],
"version": {
"Major": 3,
"Minor": 1,
"Patch": 41
"Major": 6,
"Minor": 0,
"Patch": 0
},
"minimumAgentVersion": "1.95.0",
"instanceNameFormat": "Run Synopsys Detect for your build $(message)",
Expand Down Expand Up @@ -72,4 +72,4 @@
"target": "detect-task.js"
}
}
}
}
10 changes: 5 additions & 5 deletions vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"manifestVersion": 1,
"id": "synopsys-detect-QA",
"version": "3.1.41",
"name": "Synopsys Detect QA",
"id": "synopsys-detect",
"version": "6.0.0",
"name": "Synopsys Detect",
"publisher": "synopsys-detect",
"public": false,
"public": true,
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
Expand Down Expand Up @@ -174,4 +174,4 @@
}
}
]
}
}

0 comments on commit 5d4a21a

Please sign in to comment.