Hello,
If you want to set Application Display Version to 1.95 for all platforms. Right-click your project in VS, then choose Properties, open the MAUI Shared tab->click the general, Fill the 1.95.0 in the Application Display version, then save this change.
If you just want to set a version like this 1.95 for android platform, you can double click your AndroidManifest.xml
, find the Version Name, you can fill the 1.95 in it.
A string that specifies the version of the app to users. The version name can be a raw string or a reference to a string resource.
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.