A simple question : How to get app version from C# code?
I want to send email from my UWP app and add into it app version to know which version user is using.
App version is stored on Package.appxmanifest, but i didn't want to make a xml reader to get it and i hope there is an esay way to do it.