Skip to content

Commit 57e6c18

Browse files
committed
0.1.2 - test proper versioning in both files!
1 parent 9ac050b commit 57e6c18

File tree

3 files changed

+2
-169
lines changed

3 files changed

+2
-169
lines changed

component-detection-github-submission-task/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"version": {
1010
"Major": 0,
1111
"Minor": 1,
12-
"Patch": 0
12+
"Patch": 2
1313
},
1414
"instanceNameFormat": "Component Detection $(filePath)",
1515
"groups": [

task.json

Lines changed: 0 additions & 167 deletions
This file was deleted.

vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "component-detection-github-submission-task",
44
"name": "Component Detection for GitHub Dependency Submission",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"publisher": "AdvancedSecurityOSS",
77
"description": "Upload information about your dependencies to the GitHub dependency graph using Microsoft's component detection library",
88
"public": false,

0 commit comments

Comments
 (0)