I want to read and display WPF application publish version number in splash windows, In project properties in publish tab there is publish version, how can I get this and display it in WPF windows.
Thanks in advance
Access the assembly version using Assembly.GetExecutingAssembly() and display in UI
Assembly.GetExecutingAssembly().GetName().Version.ToString(); 
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With