diff --git a/src/MicrosoftSecurityDevOps/v1/task.json b/src/MicrosoftSecurityDevOps/v1/task.json index 6cea0a7..78f898d 100644 --- a/src/MicrosoftSecurityDevOps/v1/task.json +++ b/src/MicrosoftSecurityDevOps/v1/task.json @@ -11,8 +11,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 11, - "Patch": 0 + "Minor": 12, + "Patch": 1 }, "preview": true, "minimumAgentVersion": "1.83.0", @@ -117,9 +117,6 @@ }, "Node10": { "target": "index.js" - }, - "Node": { - "target": "index.js" } } } diff --git a/src/extension-manifest-debug.json b/src/extension-manifest-debug.json index 751f647..ede02f3 100644 --- a/src/extension-manifest-debug.json +++ b/src/extension-manifest-debug.json @@ -2,7 +2,7 @@ "manifestVersion": 1, "id": "microsoft-security-devops-azdevops", "name": "Microsoft Security DevOps (Debug)", - "version": "1.11.0.0", + "version": "1.12.1.0", "publisher": "ms-securitydevops", "description": "Build tasks for performing security analysis.", "public": false, diff --git a/src/extension-manifest.json b/src/extension-manifest.json index c5a1161..5a75309 100644 --- a/src/extension-manifest.json +++ b/src/extension-manifest.json @@ -2,7 +2,7 @@ "manifestVersion": 1, "id": "microsoft-security-devops-azdevops", "name": "Microsoft Security DevOps", - "version": "1.11.0", + "version": "1.12.1", "publisher": "ms-securitydevops", "description": "Build tasks for performing security analysis.", "public": true,