From b5d1c9cf57d07e097b635c5c285c560e25c3a3d4 Mon Sep 17 00:00:00 2001 From: Brian Mandel Date: Mon, 11 Jan 2021 12:34:51 -0500 Subject: [PATCH] Converting task and extension version to the release version of 3.0.0 instead of the development version. --- tasks/synopsys-detect-task/task.json | 4 ++-- vss-extension.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/synopsys-detect-task/task.json b/tasks/synopsys-detect-task/task.json index ca0a407..4816f16 100644 --- a/tasks/synopsys-detect-task/task.json +++ b/tasks/synopsys-detect-task/task.json @@ -13,7 +13,7 @@ "version": { "Major": 3, "Minor": 0, - "Patch": 77 + "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 c72bb43..0afb069 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -1,7 +1,7 @@ { "manifestVersion": 1, "id": "synopsys-detect", - "version": "3.0.77", + "version": "3.0.0", "name": "Synopsys Detect", "publisher": "synopsys-detect", "public": true, @@ -174,4 +174,4 @@ } } ] -} \ No newline at end of file +}