From ff1b7aa9945ad13bfdefca728e1ee1ba7a2a05ed Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Mon, 6 Jun 2022 17:32:57 -0700 Subject: [PATCH] fix: Updates serialization generator to add serial support (#1047) --- .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 2074240b9..c0b05674e 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "modernuoschemagenerator": { - "version": "2.0.4", + "version": "2.0.5", "commands": [ "ModernUOSchemaGenerator" ] diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj index 1c7cadb61..c1eaa1ceb 100755 --- a/Projects/Server/Server.csproj +++ b/Projects/Server/Server.csproj @@ -41,7 +41,7 @@ - + diff --git a/Projects/UOContent/UOContent.csproj b/Projects/UOContent/UOContent.csproj index cc056a51a..89015f409 100755 --- a/Projects/UOContent/UOContent.csproj +++ b/Projects/UOContent/UOContent.csproj @@ -46,7 +46,7 @@ - +