From 32a5825ddd45955af1a76074f35df2de94c23d01 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sat, 29 Oct 2022 15:25:33 -0700 Subject: [PATCH] fix: Bumps serialization generator to add CanBeNull support (#1215) --- .config/dotnet-tools.json | 2 +- Directory.Build.props | 2 +- Projects/Server/Server.csproj | 4 ++-- Projects/UOContent/UOContent.csproj | 6 +++--- version.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index a878a52b7..99cb98e18 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "modernuoschemagenerator": { - "version": "2.4.3", + "version": "2.5.0", "commands": [ "ModernUOSchemaGenerator" ] diff --git a/Directory.Build.props b/Directory.Build.props index e92221228..3ed9b201a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -59,7 +59,7 @@ - 3.5.113 + 3.5.119 all diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj index 60ba51d3a..5a6f0146f 100755 --- a/Projects/Server/Server.csproj +++ b/Projects/Server/Server.csproj @@ -41,8 +41,8 @@ - - + + diff --git a/Projects/UOContent/UOContent.csproj b/Projects/UOContent/UOContent.csproj index 93256ad90..02c7dce37 100755 --- a/Projects/UOContent/UOContent.csproj +++ b/Projects/UOContent/UOContent.csproj @@ -40,15 +40,15 @@ false - + - - + + diff --git a/version.json b/version.json index 00b0a5ef6..08ab2e7a1 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "0.9.4" + "version": "0.9.5" }