From c95f761193f936b4d9af55f8494abfa6f01936ca Mon Sep 17 00:00:00 2001
From: JP Ungaretti <git@jungaretti.com>
Date: Wed, 1 Mar 2023 08:20:09 +0000
Subject: Update descriptions and proposals

---
 src/dotnet/devcontainer-feature.json | 10 +++++-----
 1 file 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",
-- 
cgit v1.2.3