In C# one can use System.Version.Assembly to get the version of a running app. However this doesn\'t appear to exist in Silverlight for Windows Phone. Is there an alternat
Windows Phone 8.1:
using System.Reflection; // ... Version version = typeof(MainPage).GetTypeInfo().Assembly.GetName().Version;