From 53ebc66a93db0fe067525d2eedfe1cee57cb8241 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sat, 15 Oct 2022 19:58:34 -0700 Subject: [PATCH] fix: Fixes code gen of nested classes (#1190) --- .config/dotnet-tools.json | 2 +- Projects/Server/Server.csproj | 2 +- Projects/UOContent/UOContent.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index b3cb80d87..a878a52b7 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "modernuoschemagenerator": { - "version": "2.4.2", + "version": "2.4.3", "commands": [ "ModernUOSchemaGenerator" ] diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj index 5f9c55db8..60ba51d3a 100755 --- a/Projects/Server/Server.csproj +++ b/Projects/Server/Server.csproj @@ -42,7 +42,7 @@ - + diff --git a/Projects/UOContent/UOContent.csproj b/Projects/UOContent/UOContent.csproj index a219b5bb6..93256ad90 100755 --- a/Projects/UOContent/UOContent.csproj +++ b/Projects/UOContent/UOContent.csproj @@ -48,7 +48,7 @@ - +