Skip to content

Instantly share code, notes, and snippets.

@mafis
Created April 10, 2011 12:05
Show Gist options
  • Select an option

  • Save mafis/912287 to your computer and use it in GitHub Desktop.

Select an option

Save mafis/912287 to your computer and use it in GitHub Desktop.
Read out Version of an Monotouch App
string version = NSBundle.MainBundle.ObjectForInfoDictionary("CFBundleVersion").ToString();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment