How to get ApplicationDisplayVersion and ApplicationVersion ? #33068
Answered
by
RedEye-Developers
RedEye-Developers
asked this question in
Q&A
-
how to get this both values using code ? |
Beta Was this translation helpful? Give feedback.
Answered by
RedEye-Developers
Dec 9, 2025
Replies: 1 comment
-
string name = AppInfo.Current.Name;
string package = AppInfo.Current.PackageName;
string version = AppInfo.Current.VersionString;
string build = AppInfo.Current.BuildString; |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RedEye-Developers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/appmodel/app-information?view=net-maui-10.0&tabs=android