aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJP Ungaretti <git@jungaretti.com>2023-03-01 11:20:09 +0300
committerJP Ungaretti <git@jungaretti.com>2023-03-01 11:20:09 +0300
commitc95f761193f936b4d9af55f8494abfa6f01936ca (patch)
treeffeee266e10429f9d16ef0843df90c2f1ccdb5b9 /src
parent85505f18040afbd75e31319de21ee92867c825c7 (diff)
Update descriptions and proposals
Diffstat (limited to 'src')
-rw-r--r--src/dotnet/devcontainer-feature.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dotnet/devcontainer-feature.json b/src/dotnet/devcontainer-feature.json
index 06045c8..cff97dc 100644
--- a/src/dotnet/devcontainer-feature.json
+++ b/src/dotnet/devcontainer-feature.json
@@ -1,9 +1,9 @@
{
"id": "dotnet",
"version": "2.0",
- "name": ".NET CLI",
+ "name": ".NET",
"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": {
"version": {
"type": "string",
@@ -11,15 +11,15 @@
"latest",
"7",
"6",
- "3.1"
+ "3"
],
"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": {
"type": "string",
"default": "",
- "description": "Comma-separated list of additional .NET CLI versions to install."
+ "description": "Comma-separated list of additional .NET versions to install."
},
"runtimeOnly": {
"type": "boolean",