MonoGame 3.8.1 release?

Hi! I wanted to ask if there are any ideas in mind for version 3.8.1, which has several things resolved, but I see there are 3 still pending (3.8.1 Milestone · GitHub).

Regards.

I do believe you can already access the pre-release

I understand but in my case I use the nuget dependencies and there are no new ones. There are many fixes in the milestone that would be very good to use them.

1 Like

You can always use the development builds:

dotnet nuget add source -n MonoGame http://teamcity.monogame.net/guestAuth/app/nuget/feed/_Root/default/v3/index.json

Then execute these two commands in the folder where your project’s .csproj is located:

dotnet add package MonoGame.Framework.DesktopGL --version 3.8.1.1955-develop
dotnet add package MonoGame.Content.Builder.Task --version 3.8.1.1955-develop

You can see the latest version number here: http://teamcity.monogame.net/viewType.html?buildTypeId=MonoGame_DevelopWin&guest=1

Edit: Or better yet: http://teamcity.monogame.net/viewType.html?buildTypeId=MonoGame_DevelopWin&branch_MonoGame=<default>&tab=buildTypeStatusDiv&guest=1

2 Likes