From 3e3b68f6c1f61abf49215c2f190691093ef5747e Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Mon, 30 Dec 2024 19:04:01 -0800 Subject: [PATCH] chore(deps): Bumps modernuo schema generator to 2.12.18 --- .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" ]