diff --git a/README.md b/README.md index 6534db5..c82db18 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Signature Benchmark (short: Sigbench) -![Sigbench logo](https://raw.githubusercontent.com/cpz/sigbench/master/images/extension-logo.jpg) +![Sigbench logo](https://raw.githubusercontent.com/cpz/sigbench/master/images/extension-logo.png) [Sigbench](https://marketplace.visualstudio.com/items?itemName=cpz.Sigbench "Sigbench on Visual Studio Marketplace") is extension for Azure Pipelines. @@ -28,4 +28,4 @@ Pull requests are welcome. For major changes, please open an issue first to disc Idea was taken from [Brendan Heinonen](https://github.com/staticinvocation "Brendan Heinonen") and his project [sigbench](https://github.com/staticinvocation/sigbench "sigbench made by Brendan Heinonen"). -![Sigbench logo small](https://raw.githubusercontent.com/cpz/sigbench/master/images/extension-logo-small.ico) +![Sigbench logo small](https://raw.githubusercontent.com/cpz/sigbench/master/images/extension-logo-small.png) diff --git a/sb-task/task.json b/sb-task/task.json index 5e06273..565ca2c 100644 --- a/sb-task/task.json +++ b/sb-task/task.json @@ -14,7 +14,7 @@ "version": { "Major": "1", "Minor": "0", - "Patch": "75" + "Patch": "76" }, "minimumAgentVersion": "1.95.0", "instanceNameFormat": "Signature Benchmark", diff --git a/vss-extension.json b/vss-extension.json index 826382e..92e1a01 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -2,7 +2,7 @@ "manifestVersion": 1, "id": "sigbench", "publisher": "cpz", - "version": "1.0.75", + "version": "1.0.76", "name": "Sigbench", "description": "Test your binary files against signature scans.", "public": true,