Skip to content

Commit

Permalink
v1.7.2 - fix node10 (#55)
Browse files Browse the repository at this point in the history
* v1.7.2-beta.1

* v1.7.2 - fix node10 and best effort gzip decompression
  • Loading branch information
davidknise committed Jun 22, 2023
1 parent b77e16a commit 98410ce
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/MicrosoftSecurityDevOps/v1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"version": {
"Major": 1,
"Minor": 7,
"Patch": 1
"Patch": 2
},
"preview": true,
"minimumAgentVersion": "1.83.0",
Expand Down
2 changes: 1 addition & 1 deletion src/extension-manifest-debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "microsoft-security-devops-azdevops",
"name": "Microsoft Security DevOps (Debug)",
"version": "1.7.1.0",
"version": "1.7.2.0",
"publisher": "ms-securitydevops",
"description": "Build tasks for performing security analysis.",
"public": false,
Expand Down
2 changes: 1 addition & 1 deletion src/extension-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "microsoft-security-devops-azdevops",
"name": "Microsoft Security DevOps",
"version": "1.7.1",
"version": "1.7.2",
"publisher": "ms-securitydevops",
"description": "Build tasks for performing security analysis.",
"public": true,
Expand Down
18 changes: 9 additions & 9 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "microsoft-security-devops-azdevops",
"version": "1.7.1",
"version": "1.7.2",
"description": "Microsoft Security DevOps for Azure DevOps.",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": "https://github.com/microsoft/microsoft-security-devops-azdevops",
"dependencies": {
"@microsoft/security-devops-azdevops-task-lib": "1.7.0",
"@microsoft/security-devops-azdevops-task-lib": "1.7.2",
"azure-pipelines-task-lib": "4.3.1",
"azure-pipelines-tool-lib": "2.0.4"
},
Expand Down

0 comments on commit 98410ce

Please sign in to comment.