diff --git a/features/src/dotnet/README.md b/features/src/dotnet/README.md index 585dffe..e95edef 100755 --- a/features/src/dotnet/README.md +++ b/features/src/dotnet/README.md @@ -6,7 +6,7 @@ A package which installs .NET SDKs, runtimes and workloads. ```json "features": { - "ghcr.io/postfinance/devcontainer-features/dotnet:0.1.0": { + "ghcr.io/postfinance/devcontainer-features/dotnet:0.1.1": { "version": "10.0", "additionalVersions": "", "dotnetRuntimeVersions": "", diff --git a/features/src/dotnet/devcontainer-feature.json b/features/src/dotnet/devcontainer-feature.json index 3b54053..0dc3c34 100644 --- a/features/src/dotnet/devcontainer-feature.json +++ b/features/src/dotnet/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "dotnet", - "version": "0.1.0", + "version": "0.1.1", "name": ".NET", "description": "A package which installs .NET SDKs, runtimes and workloads.", "options": {