Update to use MonoGame 3.8.3 (#982)

This commit is contained in:
Christopher Whitley
2025-04-23 10:41:28 -04:00
committed by GitHub
parent 36d9b3084a
commit f856694801
8 changed files with 11 additions and 7 deletions
+4
View File
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> Unreleased changes exist in the current `develop` branch but have not been pushed as either a stable or prerelease NuGet package.
>
## [4.1.0]
## Changed
- Updated to reference current MonoGame 3.8.3
## [4.0.4]
## Fixed
- Resolved issue where the `Sprite.Origin` property was incorrectly being set to the center origin of the sprite in the constructor. [@AristurtleDev](https://github.com/AristurtleDev) [#938](https://github.com/craftworkgames/MonoGame.Extended/pull/969)
+1 -1
View File
@@ -7,7 +7,7 @@
</PropertyGroup>
<PropertyGroup>
<Version>4.0.4</Version>
<Version>4.1.0</Version>
</PropertyGroup>
<PropertyGroup>
+1 -1
View File
@@ -13,7 +13,7 @@
<ItemGroup Condition="!$(DefineConstants.Contains('FNA')) AND !$(DefineConstants.Contains('KNI'))">
<PackageReference Include="MonoGame.Framework.DesktopGL"
Version="3.8.2.1105"
Version="3.8.3"
PrivateAssets="All" />
</ItemGroup>
+1 -1
View File
@@ -13,7 +13,7 @@
<ItemGroup Condition="!$(DefineConstants.Contains('FNA')) AND !$(DefineConstants.Contains('KNI'))">
<PackageReference Include="MonoGame.Framework.DesktopGL"
Version="3.8.2.1105"
Version="3.8.3"
PrivateAssets="All" />
</ItemGroup>
@@ -14,7 +14,7 @@
<PackageReference Include="Autofac" Version="5.2.0" />
<PackageReference Include="MonoGame.Framework.Content.Pipeline"
Version="3.8.2.1105"
Version="3.8.3"
PrivateAssets="All" />
</ItemGroup>
@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-mgfxc": {
"version": "3.8.2.1105",
"version": "3.8.3",
"commands": [
"mgfxc"
],
+1 -1
View File
@@ -13,7 +13,7 @@
<ItemGroup Condition="!$(DefineConstants.Contains('FNA')) AND !$(DefineConstants.Contains('KNI'))">
<PackageReference Include="MonoGame.Framework.DesktopGL"
Version="3.8.2.1105" />
Version="3.8.3" />
</ItemGroup>
<ItemGroup Condition="$(DefineConstants.Contains('KNI'))">
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="MonoGame.Framework.Content.Pipeline" Version="3.8.2.1105" />
<PackageReference Include="MonoGame.Framework.Content.Pipeline" Version="3.8.3" />
</ItemGroup>
<ItemGroup>