From 93c2c824dd96f4ace91fa0118f18416763ea91f9 Mon Sep 17 00:00:00 2001
From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com>
Date: Tue, 6 Sep 2022 00:18:15 -0700
Subject: [PATCH] feat: Bumps serialization generator (v2.3) to add diagnostics
(#1163)
---
.config/dotnet-tools.json | 2 +-
Directory.Build.props | 2 +-
Projects/Server/Server.csproj | 2 +-
Projects/UOContent/UOContent.csproj | 2 +-
version.json | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index ffc39c197..28f273951 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"modernuoschemagenerator": {
- "version": "2.2.2",
+ "version": "2.3.0",
"commands": [
"ModernUOSchemaGenerator"
]
diff --git a/Directory.Build.props b/Directory.Build.props
index ae71adb36..fe39f1668 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -11,7 +11,7 @@
true
true
NU1603
- win-x64;debian.10-x64;debian.11-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.20.04-x64;centos.7-x64;centos.8-x64;fedora.32-x64;fedora.33-x64;fedora.34-x64;rhel.7-x64;rhel.8-x64;linuxmint.17-x64;linuxmint.18-x64;linuxmint.19-x64;osx-x64
+ win-x64;debian.10-x64;debian.11-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.20.04-x64;centos.7-x64;centos.8-x64;fedora.32-x64;fedora.33-x64;fedora.34-x64;fedora.35-x64;fedora.36-x64;rhel.7-x64;rhel.8-x64;linuxmint.17-x64;linuxmint.18-x64;linuxmint.19-x64;osx-x64
Debug;Release;Analyze
false
true
diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj
index d3e1e4d18..99dc44f2e 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 72638cdb6..65dd35736 100755
--- a/Projects/UOContent/UOContent.csproj
+++ b/Projects/UOContent/UOContent.csproj
@@ -46,7 +46,7 @@
-
+
diff --git a/version.json b/version.json
index b5377358e..44aefe8f2 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.2"
+ "version": "0.9.3"
}