From ade7393e877002f48f3a1ce9e3e8950cd3864cfd Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Mon, 30 Dec 2024 19:04:46 -0800 Subject: [PATCH] chore(deps): Bumps modernuo schema generator to 2.12.18 (#2039) --- .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 03eaff932b..73eb8d9a08 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "modernuoschemagenerator": { - "version": "2.12.13", + "version": "2.12.18", "commands": [ "ModernUOSchemaGenerator" ]