I\'m looking for the way to get the version of the app so I can display it in the About screen in my Android app.
In iOS (MonoTouch.net) we\'d just do this:
You can use the PackageManager.GetPackageInfo method to get access to all sorts of information about your app, including VersionCode and VersionName