diff --git a/images/bds_ducky.png b/images/bds_ducky.png index 9668f1d..9c6ecef 100644 Binary files a/images/bds_ducky.png and b/images/bds_ducky.png differ diff --git a/tasks/detect-task/detect-task.ps1 b/tasks/detect-task/detect-task.ps1 index 3a3c1a7..9cb4876 100644 --- a/tasks/detect-task/detect-task.ps1 +++ b/tasks/detect-task/detect-task.ps1 @@ -8,7 +8,7 @@ Import-Module $PSScriptRoot\lib\argument-parser.ps1 ######################SETTINGS####################### -$TaskVersion = "0.0.21"; #Automatically Updated +$TaskVersion = "1.0.1"; #Automatically Updated Write-Host ("Detect for TFS Version {0}" -f $TaskVersion) #Support all TLS protocols. diff --git a/tasks/detect-task/task.json b/tasks/detect-task/task.json index c4bb73d..4357713 100644 --- a/tasks/detect-task/task.json +++ b/tasks/detect-task/task.json @@ -13,7 +13,7 @@ "version": { "Major": "1", "Minor": "0", - "Patch": "0" + "Patch": "1" }, "minimumAgentVersion": "1.95.0", "instanceNameFormat": "Run Black Duck Detect for your build $(message)", @@ -72,4 +72,4 @@ "target": "detect-task.ps1" } } -} +} \ No newline at end of file diff --git a/vsts-extension.json b/vsts-extension.json index bf56a19..a1ee6c7 100644 --- a/vsts-extension.json +++ b/vsts-extension.json @@ -1,7 +1,7 @@ { "manifestVersion": 1, "id": "detect-for-tfs", - "version": "1.0.0", + "version": "1.0.1", "name": "Black Duck Detect", "publisher": "black-duck-software", "public": true, @@ -157,4 +157,4 @@ } } ] -} +} \ No newline at end of file