Add version format to descriptions

This commit is contained in:
JP Ungaretti 2023-03-01 19:22:58 +00:00
parent dcbd98f08e
commit 56e18319ac

View file

@ -14,12 +14,12 @@
"3" "3"
], ],
"default": "latest", "default": "latest",
"description": "Version of .NET to install. Use 'latest' to install the latest LTS version." "description": "Version of .NET to install. Use 'latest' for the latest LTS version, 'X' for the latest of a major version, or 'X.Y.Z' for a specific version."
}, },
"additionalVersions": { "additionalVersions": {
"type": "string", "type": "string",
"default": "", "default": "",
"description": "Comma-separated list of additional .NET versions to install." "description": "Comma-separated list of additional .NET versions to install. Use 'latest' for the latest LTS version, 'X' for the latest of a major version, or 'X.Y.Z' for a specific version."
}, },
"runtimeOnly": { "runtimeOnly": {
"type": "boolean", "type": "boolean",