I create a new Xamarin project with Visual Studio and it contain projects for different platforms:
MyAppName
MyAppName.Droid
MyAppName.iOS
MyAppName.UWP
When I run the UWP App, the window title bar show the name "MyAppName.UWP". I want to see only "MyAppName".
I have changed: Assembly information / Title and Product
Package Manifest / Application / Display name and Description
Package Manifest / Packaging / Package display name
None of them have changed the title in the window title bar.
What I have to change?