You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/blog/2024-08-16-monogame-382.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: MonoGame release 3.8.2
3
3
date: "2024-08-16"
4
-
excerpt: Several new changes have been made to the website in this proof of concept by changing to 11ty to allow for a more proper website design than the restrictions in place when using DocFX. In this post, I'd like to go over these changes with you and, hopefully, get some feedback from community members
4
+
excerpt: Welcome to the MonoGame 3.8.2 release, the first of many from the MonoGame Foundaiton
We are proud to announce the official release of **MonoGame 3.8.2**, the first of many releases we hope to start shipping more regularly with the formation of the [MonoGame Foundation](https://monogame.net/about/).
18
18
19
19
::: tip In memoriam for Bill Reiss
20
-
Due to the passing of a [dear friend to MonoGame Bill Reiss](https://monogame.net/blog/2024-08-12-inmemoriam/), the 3.8.2 release is commemorated for his achievements and past contributions. He lifelong dedication to promoting opensource game development and championing technology education will be long remembered.
20
+
Due to the passing of a [dear friend to MonoGame Bill Reiss](https://monogame.net/blog/2024-08-12-inmemoriam/), the 3.8.2 release is commemorated for his achievements and past contributions. His lifelong dedication to promoting open-source game development and championing technology education will be long remembered.
21
21
22
22
We thank you Bill for everything you have given!
23
23
:::
24
24
25
-
This mainly a maintenance release [including all the fixes and changes](https://github.com/MonoGame/MonoGame/compare/v3.8.1_HOTFIX...434d100) since the last release (over 300 commits), this includes:
25
+
This is mainly a maintenance release [including all the fixes and changes](https://github.com/MonoGame/MonoGame/compare/v3.8.1_HOTFIX...434d100) since the last release (over 300 commits), this includes:
26
26
27
27
* Update to .NET 8, including the MGCB tool (now a local tool rather than global, allowing different projects to use different versions)
28
28
* Removal of Windows UWP due to Microsoft shutting support for it (you can still use UWP if you remain on 3.8.1)
@@ -59,7 +59,7 @@ There is a lot to take in, even with a maintenance release like this (from the l
59
59
60
60
#### Support for .NET 8 projects
61
61
62
-
As MonoGame and the MGCB tool are now built natively with .NET 8, all the NEW project templates have also been updated to .NET 8. The end to end update will see performance improvements with the framework as well as the other language benefits from C# 12.
62
+
As MonoGame and the MGCB tool are now built natively with .NET 8, all the NEW project templates have also been updated to .NET 8. The end-to-end update will see performance improvements with the framework as well as the other language benefits from C# 12.
63
63
64
64
#### The MGCB tool is now Local
65
65
@@ -71,25 +71,25 @@ Rather than being installed as a `Global` tool which affected all projects using
71
71
72
72

73
73
74
-
One of the promises we made was to accelerate both development and the shipping of releases and while we have been hard at work forming [Bounties](https://monogame.net/bounties/), pushing hard to get the [Documentation](https://docs.monogame.net/articles/index.html) updated and expanded, we admittedly have fallen short on getting more releases out. **THAT IS ALL ABOUT TO CHANGE**
74
+
One of the promises we made was to accelerate both the development and shipping of releases and while we have been hard at work forming [Bounties](https://monogame.net/bounties/), pushing hard to get the [Documentation](https://docs.monogame.net/articles/index.html) updated and expanded, we admittedly have fallen short on getting more releases out. **THAT IS ALL ABOUT TO CHANGE**
75
75
76
76
As has been hinted, following the shipping of the backlog that has built up in the development branch over the last 2 years (the 3.8.2 release), we are officially committing to the following:
77
77
78
-
* New preview releases available via NuGet as new features become available.
78
+
* New preview releases will be available via NuGet as new features become available.
79
79
80
-
This will include all committed functionality in the `develop` branch that passes base testing, ideally on a BiMonthly schedule (approximately every two months), assuming there is change to push.
80
+
This will include all committed functionality in the `develop` branch that passes base testing, ideally on a Bi-Monthly schedule (approximately every two months), assuming there are changes to push.
81
81
82
82
* New full release every 6 months (or sooner if required).
83
83
84
84
This will encompass a fully tested release shipped with the features built up over that time.
85
85
86
-
Both schedules are subject to change to meet the demands of the community, if there is demand to ship sooner we will.
86
+
Both schedules are subject to change to meet the demands of the community, if there is a demand to ship sooner we will.
87
87
88
88
---
89
89
90
90
## MonoGame community proud
91
91
92
-
We all supremely proud of the community that envelopes the MonoGame Framework and welcome everyone to contribute however they can to make this the best open-source framework out there for shipping games.
92
+
We are all supremely proud of the community that envelopes the MonoGame Framework and welcome everyone to contribute however they can to make this the best open-source framework out there for shipping games.
93
93
94
94
Keep an eye out for [New Bounties](https://docs.monogame.net/roadmap/#monogame-bounty-schedule) as we develop them and get involved if you can, and feel free to **Let us know** if you feel we can do better or if you have a suggestion, either:
0 commit comments