Skip to content

Commit 2c1d3b7

Browse files
committed
Merge branch 'main' into 2d-tutorial-bounty
2 parents ea8ae27 + 04da0ed commit 2c1d3b7

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Microsoft Public License (Ms-PL)
2-
MonoGame - Copyright © 2009-2023 The MonoGame Team
2+
MonoGame - Copyright © 2009-2025 MonoGame Foundation, Inc
33

44
All rights reserved.
55

articles/getting_started/4_adding_content.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The [MGCB Editor](./tools/mgcb_editor.md) is used to organize and build content
1212

1313
- Double-clicking a "`.mgcb`" file from within the Visual Studio solution explorer (providing that you installed [MonoGame's Visual Studio extension](./2_choosing_your_ide_visual_studio.md#install-monogame-extension-for-visual-studio-2022)).
1414
- Right-clicking a "`.mgcb`" file from within the Visual Studio code and selecting "Open in MGCB Editor" (provided you have installed the [VSCode extension](./2_choosing_your_ide_vscode.md#optional-install-the-monogame-for-vscode-extension))
15+
- Use 'dotnet mgcb-editor' to open Editor, than open "`.mgcb`" file from menu.
1516

1617
Alternatively, you can build it [directly from source](https://github.com/MonoGame/MonoGame/tree/develop/Tools/MonoGame.Content.Builder.Editor) if needed.
1718

docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"_appLogoUrl": "https://monogame.net",
6363
"_appFaviconPath": "/images/favicon.png",
6464
"_disableBreadcrumb": "true",
65-
"_appFooter": "Copyright © 2009-2024 MonoGame Foundation, Inc.",
65+
"_appFooter": "Copyright © 2009-2025 MonoGame Foundation, Inc.",
6666
"_hostname": "monogame.net",
6767
"_openGraphImage": "images/social_embed_image.png",
6868
"_description": "One framework for creating powerful cross-platform games.",

templates/monogame/partials/footer.tmpl.partial

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

6262
<div class="d-flex flex-column flex-sm-row justify-content-between align-items-center gap-3 py-4 my-4">
6363
<div>
64-
© 2009-2024 MonoGame Foundation, Inc. is a 501(c)(3) non-profit. EIN 93-3803929<br/>Designed with
64+
© 2009-2025 MonoGame Foundation, Inc. is a 501(c)(3) non-profit. EIN 93-3803929<br/>Designed with
6565
<span class="text-danger">❤</span>
6666
by
6767
<a href="https://github.com/MonoGame/monogame.github.io/graphs/contributors">MonoGame Community</a>

0 commit comments

Comments
 (0)