Update descriptions and proposals

This commit is contained in:
JP Ungaretti 2023-03-01 08:20:09 +00:00
parent 85505f1804
commit c95f761193

View file

@ -1,9 +1,9 @@
{ {
"id": "dotnet", "id": "dotnet",
"version": "2.0", "version": "2.0",
"name": ".NET CLI", "name": ".NET",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnet", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnet",
"description": "Installs the .NET CLI. Offers options to install a specific version of the .NET CLI, additional versions of the CLI, or just the .NET runtime.", "description": "Installs .NET and its CLI. Offers options to install a specific version of .NET, additional versions of .NET, or just the .NET runtime.",
"options": { "options": {
"version": { "version": {
"type": "string", "type": "string",
@ -11,15 +11,15 @@
"latest", "latest",
"7", "7",
"6", "6",
"3.1" "3"
], ],
"default": "latest", "default": "latest",
"description": "Version of the .NET CLI to install. Use 'latest' to install the latest LTS version." "description": "Version of .NET to install. Use 'latest' to install the latest LTS version."
}, },
"additionalVersions": { "additionalVersions": {
"type": "string", "type": "string",
"default": "", "default": "",
"description": "Comma-separated list of additional .NET CLI versions to install." "description": "Comma-separated list of additional .NET versions to install."
}, },
"runtimeOnly": { "runtimeOnly": {
"type": "boolean", "type": "boolean",