From 592fdc8177f1993b26e5322be2e5fb82b2dff3d5 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 27 Dec 2022 09:36:51 -0500 Subject: typo in 'dotnet' Feature schema --- src/dotnet/devcontainer-feature.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/dotnet/devcontainer-feature.json b/src/dotnet/devcontainer-feature.json index e8bb9f1..e66550e 100644 --- a/src/dotnet/devcontainer-feature.json +++ b/src/dotnet/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "dotnet", - "version": "1.1.1", + "version": "1.1.2", "name": "Dotnet CLI", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnet", "description": "Installs the .NET CLI. Provides option of installing sdk or runtime, and option of versions to install. Uses latest version of .NET sdk as defaults to install.", @@ -23,7 +23,7 @@ }, "installUsingApt": { "type": "boolean", - "default": "true", + "default": true, "description": "If true, it installs using apt instead of the release URL" } }, -- cgit v1.2.3