Skip to content

Commit 98410ce

Browse files
authored
v1.7.2 - fix node10 (#55)
* v1.7.2-beta.1 * v1.7.2 - fix node10 and best effort gzip decompression
1 parent b77e16a commit 98410ce

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

src/MicrosoftSecurityDevOps/v1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"version": {
1313
"Major": 1,
1414
"Minor": 7,
15-
"Patch": 1
15+
"Patch": 2
1616
},
1717
"preview": true,
1818
"minimumAgentVersion": "1.83.0",

src/extension-manifest-debug.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "microsoft-security-devops-azdevops",
44
"name": "Microsoft Security DevOps (Debug)",
5-
"version": "1.7.1.0",
5+
"version": "1.7.2.0",
66
"publisher": "ms-securitydevops",
77
"description": "Build tasks for performing security analysis.",
88
"public": false,

src/extension-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "microsoft-security-devops-azdevops",
44
"name": "Microsoft Security DevOps",
5-
"version": "1.7.1",
5+
"version": "1.7.2",
66
"publisher": "ms-securitydevops",
77
"description": "Build tasks for performing security analysis.",
88
"public": true,

src/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "microsoft-security-devops-azdevops",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Microsoft Security DevOps for Azure DevOps.",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"repository": "https://github.com/microsoft/microsoft-security-devops-azdevops",
88
"dependencies": {
9-
"@microsoft/security-devops-azdevops-task-lib": "1.7.0",
9+
"@microsoft/security-devops-azdevops-task-lib": "1.7.2",
1010
"azure-pipelines-task-lib": "4.3.1",
1111
"azure-pipelines-tool-lib": "2.0.4"
1212
},

0 commit comments

Comments
 (0)