From 4011911c2a561f52c44eee9f5eb15f8a2789bdf4 Mon Sep 17 00:00:00 2001
From: JP Ungaretti <19893438+jungaretti@users.noreply.github.com>
Date: Wed, 1 Mar 2023 10:02:25 -0800
Subject: Fix version

Co-authored-by: Josh Spicer <joshspicer@github.com>
---
 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 cff97dc..b0746f4 100644
--- a/src/dotnet/devcontainer-feature.json
+++ b/src/dotnet/devcontainer-feature.json
@@ -1,6 +1,6 @@
 {
     "id": "dotnet",
-    "version": "2.0",
+    "version": "2.0.0",
     "name": ".NET",
     "documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnet",
     "description": "Installs .NET and its CLI. Offers options to install a specific version of .NET, additional versions of .NET, or just the .NET runtime.",
-- 
cgit v1.2.3