[SOLVED] Can I get the Monogame version in the program?

Can I get the Monogame version in the program?
I want to use it for debug draw.

Something like this

var version = System.Diagnostics.FileVersionInfo.GetVersionInfo(typeof(Microsoft.Xna.Framework.Game).Assembly.Location).FileVersion;
3 Likes

Thank you!
I got it!

That is super handy @persn, how on earth did you couple that together lol…

I’m a professional C# developer, eventually you run into problems you solved before

1 Like