Skip to content

Commit 6317958

Browse files
authored
Sync versions for external tfs task (#1313)
Sync version numbers for ExternalTfs extension. task.json should always match with task.loc.json
1 parent dc2a34f commit 6317958

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Extensions/ExternalTfs/Src/Tasks/DownloadExternalBuildArtifacts/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"version": {
1010
"Major": 16,
1111
"Minor": 265,
12-
"Patch": 0
12+
"Patch": 1
1313
},
1414
"demands": [],
1515
"minimumAgentVersion": "2.144.0",

Extensions/ExternalTfs/Src/Tasks/DownloadExternalBuildArtifacts/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "ms-vscs-rm",
99
"version": {
1010
"Major": 16,
11-
"Minor": 264,
11+
"Minor": 265,
1212
"Patch": 1
1313
},
1414
"demands": [],

Extensions/ExternalTfs/Src/vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifestVersion": 1.0,
33
"id": "vss-services-externaltfs",
4-
"version": "16.264.1",
4+
"version": "16.265.0",
55
"name": "TFS artifacts for Release Management",
66
"publisher": "ms-vscs-rm",
77
"description": "Deploy external TFS/ Azure DevOps artifacts using Release Management",

0 commit comments

Comments
 (0)