Hello I want to know what is the supposed way to set the application version in Xamarin / Android
- To display it for the user
- To display in the Archive for publishing list
I tried to set any of those in the assembly but it changes nothing in the Archive for publish list (Always 1.0)
[assembly: AssemblyVersion("1.3.2.0")]
[assembly: AssemblyFileVersion("1.3.2.0")]
I've found this information but it Shows forms for Apple Environnement that does not apply to my Xamarin 5.9.4 Windows
So for now I'm just changing the Label to display something to the user
But I would be happy to know the right way to do it
Thanks for any help