From 5d4a21ae0850587e74118fd334ac067a9ee39a2c Mon Sep 17 00:00:00 2001
From: Brian Mandel <bmandel@blackducksoftware.com>
Date: Tue, 23 Mar 2021 14:02:38 -0400
Subject: [PATCH] Updating to release version, setting to public, and changing
 ID to release name

---
 tasks/synopsys-detect-task/task.json | 10 +++++-----
 vss-extension.json                   | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/tasks/synopsys-detect-task/task.json b/tasks/synopsys-detect-task/task.json
index 4afed69..243fcf1 100644
--- a/tasks/synopsys-detect-task/task.json
+++ b/tasks/synopsys-detect-task/task.json
@@ -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",
@@ -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)",
@@ -72,4 +72,4 @@
       "target": "detect-task.js"
     }
   }
-}
\ No newline at end of file
+}
diff --git a/vss-extension.json b/vss-extension.json
index c734c5c..ff67262 100644
--- a/vss-extension.json
+++ b/vss-extension.json
@@ -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"
@@ -174,4 +174,4 @@
       }
     }
   ]
-}
\ No newline at end of file
+}