Skip to content

Commit

Permalink
[dotnet] - ubuntu-noble - addition (#276)
Browse files Browse the repository at this point in the history
* [dotnet] - ubuntu-noble - addition

* bumped minor versions
  • Loading branch information
gauravsaini04 authored Aug 23, 2024
1 parent baa10b1 commit 59aa4d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions src/dotnet-mssql/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "dotnet-mssql",
"version": "3.2.1",
"version": "3.3.0",
"name": "C# (.NET) and MS SQL",
"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.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet-mssql",
Expand All @@ -19,7 +19,8 @@
"6.0-bookworm",
"7.0-bullseye",
"6.0-bullseye",
"8.0-jammy",
"8.0-noble",
"8.0-jammy",
"7.0-jammy",
"6.0-jammy",
"6.0-focal"
Expand Down
5 changes: 3 additions & 2 deletions src/dotnet-postgres/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "dotnet-postgres",
"version": "3.1.1",
"version": "3.2.0",
"name": "C# (.NET) and PostgreSQL",
"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.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet-postgres",
Expand All @@ -19,7 +19,8 @@
"6.0-bookworm",
"7.0-bullseye",
"6.0-bullseye",
"8.0-jammy",
"8.0-noble",
"8.0-jammy",
"7.0-jammy",
"6.0-jammy",
"6.0-focal"
Expand Down
5 changes: 3 additions & 2 deletions src/dotnet/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "dotnet",
"version": "3.1.1",
"version": "3.2.0",
"name": "C# (.NET)",
"description": "Develop C# and .NET based applications. Includes all needed SDKs, extensions, and dependencies.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet",
Expand All @@ -19,7 +19,8 @@
"6.0-bookworm",
"7.0-bullseye",
"6.0-bullseye",
"8.0-jammy",
"8.0-noble",
"8.0-jammy",
"7.0-jammy",
"6.0-jammy",
"6.0-focal"
Expand Down

0 comments on commit 59aa4d3

Please sign in to comment.