dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.26k stars 1.76k forks source link

wrong version in latest release #25712

Closed devmanspi closed 2 weeks ago

devmanspi commented 2 weeks ago

Hello,

the latest maui version is version 8.0.83. The version code was changed from 8.0.92 to 8.0.83. Shouldn't the version be 8.0.93 now?

jfversluis commented 2 weeks ago

Thanks for keeping us honest! 😉

It might seem a little weird, but this release was done as a service release on top of the 8.0.82 version. Namely this PR was merged to fix a security vulnerability.

Because of all the moving parts for .NET 9 and .NET 8 right now, this was released like this as a patch release for 8.0.83 because that is the version that will be shipped with Visual Studio.

Long story short, mostly internals here at Microsoft and we will resume regular services releases with "normal" versioning schemes after this 😄

devmanspi commented 2 weeks ago

Ok, thanks for clarifying that. I was actually a little confused what verison to use now.