Skip to content

Commit a8ba716

Browse files
committed
Update Monogame to 3.8.3
1 parent 28be512 commit a8ba716

File tree

7 files changed

+19
-17
lines changed

7 files changed

+19
-17
lines changed

.config/dotnet-tools.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
2-
"version": 1,
3-
"isRoot": true,
4-
"tools": {
5-
"dotnet-mgcb": {
6-
"version": "3.8.2.1105",
7-
"commands": [
8-
"mgcb"
9-
]
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"dotnet-mgcb": {
6+
"version": "3.8.3",
7+
"commands": ["mgcb"]
8+
}
109
}
11-
}
12-
}
10+
}

LDtk.ContentPipeline/LDtk.ContentPipeline.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="MonoGame.Framework.Content.Pipeline" Version="3.8.2.1105" />
27-
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.2.1105" />
26+
<PackageReference Include="MonoGame.Framework.Content.Pipeline" Version="3.8.3" />
27+
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.3" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

LDtk.Example/LDtk.Example.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<ProjectReference Include="..\LDtk\LDtk.csproj" />
14-
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.2.1105" />
14+
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.3" />
1515
</ItemGroup>
1616

1717
<!-- <ItemGroup>
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<MonoGameContentReference Include="Content\Content.mgcb" />
29-
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.2.1105" />
29+
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.3" />
3030
</ItemGroup>
3131

3232
</Project>

LDtk.LevelViewer/LDtk.LevelViewer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<ProjectReference Include="..\LDtk\LDtk.csproj" />
14-
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.2.1105" />
14+
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.3" />
1515
</ItemGroup>
1616

1717
</Project>

LDtk.Tests/LDtk.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323

2424
<ItemGroup>
2525
<ProjectReference Include="..\LDtk\LDtk.csproj" />
26-
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.2.1105" />
26+
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.3" />
2727
</ItemGroup>
2828
</Project>

LDtk/LDtk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</PropertyGroup>
3838

3939
<ItemGroup>
40-
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.2.1105" />
40+
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.3" />
4141
</ItemGroup>
4242

4343
<ItemGroup>

docs/Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Changelog for versions
44

5+
## [1.7.0](https://github.com/IrishBruse/LDtkMonogame/compare/v1.6.0...v1.7.0)
6+
7+
- Update MonoGame to v3.8.3
8+
59
## [1.6.0](https://github.com/IrishBruse/LDtkMonogame/compare/v1.5.0...v1.6.0)
610

711
- Add new codegen default flag that generates a function to return the default entity as defined in LDtk

0 commit comments

Comments
 (0)