From 2d0c25313e63f68b47fe371bcf6c44400a154ebc Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 18 Feb 2024 00:08:44 +0000 Subject: [PATCH] Bump version --- src/dotnet/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet/devcontainer-feature.json b/src/dotnet/devcontainer-feature.json index 7abfc2d30..878a95d3f 100644 --- a/src/dotnet/devcontainer-feature.json +++ b/src/dotnet/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "dotnet", - "version": "2.0.3", + "version": "2.0.4", "name": "Dotnet CLI", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnet", "description": "This Feature installs the latest .NET SDK, which includes the .NET CLI and the shared runtime. Options are provided to choose a different version or additional versions.",