From 57f81a0e12b8e73db801a12693ccca4781556761 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Thu, 16 Jun 2022 21:53:04 -0700 Subject: [PATCH] fix: Updates schema generator. (#1073) --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index fbd46b62c..c4a8cb63e 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "modernuoschemagenerator": { - "version": "2.1.1", + "version": "2.1.2", "commands": [ "ModernUOSchemaGenerator" ]