Skip to content

Commit 6fc086a

Browse files
committed
Update MonoGo submodule.
1 parent cc5f151 commit 6fc086a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
dotnet build external/MonoGo/MonoGo.Engine/MonoGo.Engine.csproj -p:PostBuildEvent=
4343
dotnet build external/MonoGo/MonoGo.Pipeline/MonoGo.Pipeline.csproj -p:PostBuildEvent=
4444
dotnet build external/MonoGo/Modules/MonoGo.Tiled/MonoGo.Tiled.csproj -p:PostBuildEvent=
45+
dotnet build external/MonoGo/Modules/MonoGo.Iguina/MonoGo.Iguina.csproj -p:PostBuildEvent=
4546
4647
- name: Build Documentation
4748
run: dotnet docfx docfx.json

docfx.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"files": [
77
"external/MonoGo/bin/MonoGo.Engine.dll",
88
"external/MonoGo/bin/MonoGo.Pipeline.dll",
9-
"external/MonoGo/bin/MonoGo.Tiled.dll"
9+
"external/MonoGo/bin/MonoGo.Tiled.dll",
10+
"external/MonoGo/bin/MonoGo.Iguina.dll"
1011
]
1112
}
1213
],
@@ -55,7 +56,7 @@
5556
"_appLogoUrl": "https://github.com/MonoGo-Engine",
5657
"_appFaviconPath": "https://monogo-engine.github.io/monogo.github.io/images/favicon.png",
5758
"_disableBreadcrumb": "true",
58-
"_appFooter": "Copyright © 2024 BlizzCrafter",
59+
"_appFooter": "Copyright © 2024-2025 BlizzCrafter",
5960
"_hostname": "monogo-engine.github.io/monogo.github.io",
6061
"_openGraphImage": "images/social_embed_image.png",
6162
"_description": "Cross-Platform .NET 8 C# 2D game engine build ontop of MonoGame.",

external/MonoGo

Submodule MonoGo updated 421 files

0 commit comments

Comments
 (0)