From ff3ae0b107d45f142a032438ba3a0e97b459eebd Mon Sep 17 00:00:00 2001 From: Jean-David Moisan Date: Sat, 14 Dec 2024 14:49:44 -0500 Subject: [PATCH] Update to MonoGame 3.8.2.1105 --- Source/Full/Platforms/DesktopGL/DesktopGL.csproj | 4 ++-- Source/Full/Platforms/WindowsDX/WindowsDX.csproj | 4 ++-- Source/Full/dotnet-tools.json | 10 +++++----- Source/Simple/Platforms/DesktopGL/DesktopGL.csproj | 4 ++-- Source/Simple/Platforms/WindowsDX/WindowsDX.csproj | 4 ++-- Source/Simple/dotnet-tools.json | 10 +++++----- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Source/Full/Platforms/DesktopGL/DesktopGL.csproj b/Source/Full/Platforms/DesktopGL/DesktopGL.csproj index db8d10f..1716a84 100644 --- a/Source/Full/Platforms/DesktopGL/DesktopGL.csproj +++ b/Source/Full/Platforms/DesktopGL/DesktopGL.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/Source/Full/Platforms/WindowsDX/WindowsDX.csproj b/Source/Full/Platforms/WindowsDX/WindowsDX.csproj index d08e473..2e72429 100644 --- a/Source/Full/Platforms/WindowsDX/WindowsDX.csproj +++ b/Source/Full/Platforms/WindowsDX/WindowsDX.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/Source/Full/dotnet-tools.json b/Source/Full/dotnet-tools.json index 0e2496f..ce82f32 100644 --- a/Source/Full/dotnet-tools.json +++ b/Source/Full/dotnet-tools.json @@ -3,31 +3,31 @@ "isRoot": true, "tools": { "dotnet-mgcb": { - "version": "3.8.1.303", + "version": "3.8.2.1105", "commands": [ "mgcb" ] }, "dotnet-mgcb-editor": { - "version": "3.8.1.303", + "version": "3.8.2.1105", "commands": [ "mgcb-editor" ] }, "dotnet-mgcb-editor-linux": { - "version": "3.8.1.303", + "version": "3.8.2.1105", "commands": [ "mgcb-editor-linux" ] }, "dotnet-mgcb-editor-windows": { - "version": "3.8.1.303", + "version": "3.8.2.1105", "commands": [ "mgcb-editor-windows" ] }, "dotnet-mgcb-editor-mac": { - "version": "3.8.1.303", + "version": "3.8.2.1105", "commands": [ "mgcb-editor-mac" ] diff --git a/Source/Simple/Platforms/DesktopGL/DesktopGL.csproj b/Source/Simple/Platforms/DesktopGL/DesktopGL.csproj index 2a33fc4..c9b2791 100644 --- a/Source/Simple/Platforms/DesktopGL/DesktopGL.csproj +++ b/Source/Simple/Platforms/DesktopGL/DesktopGL.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/Source/Simple/Platforms/WindowsDX/WindowsDX.csproj b/Source/Simple/Platforms/WindowsDX/WindowsDX.csproj index be13568..ae82beb 100644 --- a/Source/Simple/Platforms/WindowsDX/WindowsDX.csproj +++ b/Source/Simple/Platforms/WindowsDX/WindowsDX.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/Source/Simple/dotnet-tools.json b/Source/Simple/dotnet-tools.json index 0e2496f..ce82f32 100644 --- a/Source/Simple/dotnet-tools.json +++ b/Source/Simple/dotnet-tools.json @@ -3,31 +3,31 @@ "isRoot": true, "tools": { "dotnet-mgcb": { - "version": "3.8.1.303", + "version": "3.8.2.1105", "commands": [ "mgcb" ] }, "dotnet-mgcb-editor": { - "version": "3.8.1.303", + "version": "3.8.2.1105", "commands": [ "mgcb-editor" ] }, "dotnet-mgcb-editor-linux": { - "version": "3.8.1.303", + "version": "3.8.2.1105", "commands": [ "mgcb-editor-linux" ] }, "dotnet-mgcb-editor-windows": { - "version": "3.8.1.303", + "version": "3.8.2.1105", "commands": [ "mgcb-editor-windows" ] }, "dotnet-mgcb-editor-mac": { - "version": "3.8.1.303", + "version": "3.8.2.1105", "commands": [ "mgcb-editor-mac" ]