Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed version format #4042

Merged
merged 1 commit into from
Apr 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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