Skip to content

Commit 922af42

Browse files
authored
Merge pull request #7 from maddymontaquila/patch-1
Making devcontainer always use latest by default
2 parents 5557525 + 5f77f74 commit 922af42

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/dotnetaspire/devcontainer-feature.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"id": "dotnetaspire",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"name": ".NET Aspire",
5-
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnetaspire",
6-
"description": "Installs .NET Aspire. See https://aka.ms/dotnetaspire",
5+
"documentationURL": "https://github.com/dotnet/aspire-devcontainer-feature",
6+
"description": "Installs Aspire. See https://aka.ms/dotnetaspire",
77
"options": {
88
"version": {
99
"type": "string",
1010
"proposals": [
1111
"latest daily",
1212
"latest",
13-
"9.1",
13+
"9.3",
1414
],
15-
"default": "9.1",
16-
"description": "Select or enter a .NET Aspire version. Use 'latest' for the latest supported version, '9.1' for the 9.1 version, 'X.Y' or 'X.Y.Z' for a specific version, or 'latest-daily' for the latest unsupported build."
15+
"default": "latest",
16+
"description": "Select or enter an Aspire version. Use 'latest' for the latest supported version, '9.3' for the 9.3 version, 'X.Y' or 'X.Y.Z' for a specific version, or 'latest-daily' for the latest unsupported build."
1717
},
1818
},
1919
"customizations": {
@@ -35,7 +35,7 @@
3535
},
3636
"dependsOn": {
3737
"ghcr.io/devcontainers/features/dotnet": {
38-
"version": "9.0"
38+
"version": "latest"
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)