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" }