1. README had wrong links to images (logos).
This commit is contained in:
cpz 2020-07-16 17:13:21 +03:00
parent e402bf7dfa
commit 0347783992
3 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -14,7 +14,7 @@
"version": {
"Major": "1",
"Minor": "0",
"Patch": "75"
"Patch": "76"
},
"minimumAgentVersion": "1.95.0",
"instanceNameFormat": "Signature Benchmark",

View File

@ -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,