aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJP Ungaretti <git@jungaretti.com>2023-03-01 22:22:58 +0300
committerJP Ungaretti <git@jungaretti.com>2023-03-01 22:22:58 +0300
commit56e18319ac1ef721ae4b55fd9f2a378050ec3789 (patch)
tree96a89d04002ca3e63aa8fe5acbc912f7a594db91 /src
parentdcbd98f08ea034f90c06946af95387d55550efcb (diff)
Add version format to descriptions
Diffstat (limited to 'src')
-rw-r--r--src/dotnet/devcontainer-feature.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dotnet/devcontainer-feature.json b/src/dotnet/devcontainer-feature.json
index cff97dc..98d1837 100644
--- a/src/dotnet/devcontainer-feature.json
+++ b/src/dotnet/devcontainer-feature.json
@@ -14,12 +14,12 @@
"3"
],
"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": {
"type": "string",
"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": {
"type": "boolean",