Skip to content

Commit 1792e5f

Browse files
author
BDS-AD\jpiscitelli
committed
Updated ducky icon.
1 parent 341c159 commit 1792e5f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

images/bds_ducky.png

-1.41 KB
Loading

tasks/detect-task/detect-task.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Import-Module $PSScriptRoot\lib\argument-parser.ps1
88

99
######################SETTINGS#######################
1010

11-
$TaskVersion = "0.0.21"; #Automatically Updated
11+
$TaskVersion = "1.0.1"; #Automatically Updated
1212
Write-Host ("Detect for TFS Version {0}" -f $TaskVersion)
1313

1414
#Support all TLS protocols.

tasks/detect-task/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": "1",
1515
"Minor": "0",
16-
"Patch": "0"
16+
"Patch": "1"
1717
},
1818
"minimumAgentVersion": "1.95.0",
1919
"instanceNameFormat": "Run Black Duck Detect for your build $(message)",
@@ -72,4 +72,4 @@
7272
"target": "detect-task.ps1"
7373
}
7474
}
75-
}
75+
}

vsts-extension.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifestVersion": 1,
33
"id": "detect-for-tfs",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"name": "Black Duck Detect",
66
"publisher": "black-duck-software",
77
"public": true,
@@ -157,4 +157,4 @@
157157
}
158158
}
159159
]
160-
}
160+
}

0 commit comments

Comments
 (0)