Skip to content

Commit 7c43159

Browse files
authored
Merge branch 'main' into update_action_#296_VG
2 parents 5f84baf + 1d98a65 commit 7c43159

5 files changed

Lines changed: 22 additions & 17 deletions

File tree

src/dotnet-mssql/devcontainer-template.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "dotnet-mssql",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"name": "C# (.NET) and MS SQL",
55
"description": "Develop C# and .NET Core based applications. Includes all needed SDKs, extensions, dependencies and an MS SQL container for parallel database development. Adds an additional MS SQL container to the C# (.NET Core) container definition and deploys any .dacpac files from the mssql .devcontainer folder.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet-mssql",
@@ -11,10 +11,13 @@
1111
"type": "string",
1212
"description": ".NET version:",
1313
"proposals": [
14+
"10.0-preview",
1415
"9.0",
1516
"8.0",
17+
"10.0-preview-trixie",
1618
"9.0-bookworm",
1719
"8.0-bookworm",
20+
"10.0-preview-noble",
1821
"9.0-noble",
1922
"8.0-noble",
2023
"8.0-jammy"

src/dotnet-postgres/devcontainer-template.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "dotnet-postgres",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"name": "C# (.NET) and PostgreSQL",
55
"description": "Develop C# and .NET Core based applications. Includes all needed SDKs, extensions, dependencies and a PostgreSQL container for parallel database development. Adds an additional PostgreSQL container to the C# (.NET Core) container definition.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet-postgres",
@@ -11,10 +11,13 @@
1111
"type": "string",
1212
"description": ".NET version:",
1313
"proposals": [
14+
"10.0-preview",
1415
"9.0",
1516
"8.0",
17+
"10.0-preview-trixie",
1618
"9.0-bookworm",
1719
"8.0-bookworm",
20+
"10.0-preview-noble",
1821
"9.0-noble",
1922
"8.0-noble",
2023
"8.0-jammy"

src/dotnet/devcontainer-template.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "dotnet",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"name": "C# (.NET)",
55
"description": "Develop C# and .NET based applications. Includes all needed SDKs, extensions, and dependencies.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet",
@@ -11,13 +11,16 @@
1111
"type": "string",
1212
"description": ".NET version:",
1313
"proposals": [
14-
"9.0",
14+
"10.0-preview",
15+
"9.0",
1516
"8.0",
16-
"9.0-bookworm",
17+
"10.0-preview-trixie",
18+
"9.0-bookworm",
1719
"8.0-bookworm",
18-
"9.0-noble",
20+
"10.0-preview-noble",
21+
"9.0-noble",
1922
"8.0-noble",
20-
"8.0-jammy"
23+
"8.0-jammy"
2124
],
2225
"default": "9.0-bookworm"
2326
}

src/ruby-rails-postgres/devcontainer-template.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ruby-rails-postgres",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"name": "Ruby on Rails & Postgres",
55
"description": "Develop Ruby on Rails applications with Postgres. Includes a Rails application container and PostgreSQL server.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ruby-rails-postgres",
@@ -15,14 +15,12 @@
1515
"3.4-bookworm",
1616
"3.3-bookworm",
1717
"3.2-bookworm",
18-
"3.1-bookworm",
1918
"3-bullseye",
2019
"3.4-bullseye",
2120
"3.3-bullseye",
22-
"3.2-bullseye",
23-
"3.1-bullseye"
21+
"3.2-bullseye"
2422
],
25-
"default": "3.3-bullseye"
23+
"default": "3.4-bullseye"
2624
}
2725
},
2826
"platforms": ["Ruby"],

src/ruby/devcontainer-template.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ruby",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"name": "Ruby",
55
"description": "Develop Ruby based applications. includes everything you need to get up and running.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ruby",
@@ -15,14 +15,12 @@
1515
"3.4-bookworm",
1616
"3.3-bookworm",
1717
"3.2-bookworm",
18-
"3.1-bookworm",
1918
"3-bullseye",
2019
"3.4-bullseye",
2120
"3.3-bullseye",
22-
"3.2-bullseye",
23-
"3.1-bullseye"
21+
"3.2-bullseye"
2422
],
25-
"default": "3.3-bullseye"
23+
"default": "3.4-bullseye"
2624
}
2725
},
2826
"platforms": ["Ruby"],

0 commit comments

Comments
 (0)