Announcing .NET MAUI Preview 11? #3781
-
I can't find an announcement, but preview 11 seems to be out. I was able to upgrade by running the following dotnet command:
That upgraded various things and I am now on 6.0.101-preview.11.2349 Actually, that only seemed to work till I rebooted Visual Studio. I also needed to run:
My app recompiled fine and it's fixed a few issues I was having too. So, pretty happy so far. Would be nice to know what's new? Are there release notes? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hey @nogginbox! Normally a new preview would come together with a new version of Visual Studio, however there seems to be something going on there. You are definitely able to get the new preview through the way you've described. Not sure what will happen with the blog post formally announcing it, but I managed to get my hands on a list of changes that are included. Have a look here: https://gist.github.com/Redth/347292446cc1d7f3bd381a2acae70c11 Or just compare the git tags with ALL the commits like this: 6.0.101-preview.10...6.0.101-preview.11.3 |
Beta Was this translation helpful? Give feedback.
-
can confirm everything works fine(so far). not having hot reload isn't a dealbreaker for me at all, but i'm a little upset some stuff people, myself included, have submitted(some of which was tirag'd), hasnt been fixed :'( |
Beta Was this translation helpful? Give feedback.
Hey @nogginbox! Normally a new preview would come together with a new version of Visual Studio, however there seems to be something going on there. You are definitely able to get the new preview through the way you've described. Not sure what will happen with the blog post formally announcing it, but I managed to get my hands on a list of changes that are included. Have a look here: https://gist.github.com/Redth/347292446cc1d7f3bd381a2acae70c11
Or just compare the git tags with ALL the commits like this: 6.0.101-preview.10...6.0.101-preview.11.3