Demonbuddy.App.ResourceAssembly.GetName().Version
or if that is not working mayb this
System.Reflection.Assembly.GetExecutingAssembly().GetName().Version
so it could look like this:
System.Diagnostics.FileVersionInfo myFileVersionInfo = System.Diagnostics.FileVersionInfo.GetVersionInfo(Assembly.GetEntryAssembly().Location);