Skip to content

Commit

Permalink
Fixed version format (#4042)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay Kumar Yadav committed Apr 17, 2017
1 parent 750ebb5 commit 4713395
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Tasks/PackageDownloader/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
],
"author": "ms-vscs-rm",
"version": {
"Major": "0",
"Minor": "1",
"Patch": "0"
"Major": 0,
"Minor": 1,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "1.99.0",
Expand All @@ -39,7 +39,7 @@
"EditableOptions": "True"
},
"helpMarkDown": "Select the package to download, only nuget packages are supported currently"
},
},
{
"name": "version",
"type": "pickList",
Expand Down Expand Up @@ -107,4 +107,4 @@
"PackageTypeNotSupported": "Only NuGet packages types can be downloaded using this task.",
"ExtractionFailed": "Failed to extract package with error {0}"
}
}
}
6 changes: 3 additions & 3 deletions Tasks/PackageDownloader/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
],
"author": "ms-vscs-rm",
"version": {
"Major": "0",
"Minor": "1",
"Patch": "0"
"Major": 0,
"Minor": 1,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "1.99.0",
Expand Down

0 comments on commit 4713395

Please sign in to comment.