Skip to content

Commit 3f079dc

Browse files
author
Jiahong Wen
authored
bump version for nugetToolInstaller task for updated package-common lib hotfix on m219 (#18050)
* bump package version for the latest packaging-common lib * update for v0 as well * update package.json and package lock * update package lock with npm 6
1 parent 6f232ad commit 3f079dc

File tree

8 files changed

+25
-77
lines changed

8 files changed

+25
-77
lines changed

Tasks/NuGetToolInstallerV0/package-lock.json

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

Tasks/NuGetToolInstallerV0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/mocha": "^5.2.7",
2727
"@types/node": "^16.11.39",
2828
"@types/uuid": "^8.3.0",
29-
"azure-pipelines-tasks-packaging-common": "^3.214.0",
29+
"azure-pipelines-tasks-packaging-common": "^3.220.0",
3030
"azure-pipelines-tasks-utility-common": "^3.210.0"
3131
},
3232
"devDependencies": {

Tasks/NuGetToolInstallerV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 0,
17-
"Minor": 218,
17+
"Minor": 219,
1818
"Patch": 0
1919
},
2020
"preview": false,

Tasks/NuGetToolInstallerV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 0,
17-
"Minor": 218,
17+
"Minor": 219,
1818
"Patch": 0
1919
},
2020
"preview": false,

Tasks/NuGetToolInstallerV1/package-lock.json

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

Tasks/NuGetToolInstallerV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/mocha": "^5.2.7",
2727
"@types/node": "^16.11.39",
2828
"@types/uuid": "^8.3.0",
29-
"azure-pipelines-tasks-packaging-common": "^2.198.1",
29+
"azure-pipelines-tasks-packaging-common": "^3.220.0",
3030
"azure-pipelines-tasks-utility-common": "^3.210.0"
3131
},
3232
"devDependencies": {

Tasks/NuGetToolInstallerV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 218,
17+
"Minor": 219,
1818
"Patch": 0
1919
},
2020
"preview": false,

Tasks/NuGetToolInstallerV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 218,
17+
"Minor": 219,
1818
"Patch": 0
1919
},
2020
"preview": false,

0 commit comments

Comments
 (0)