When I create a software, I need users know what my application version. The short solution is to write “hardcode” version in your application but it’s a bad solution. In this article I want to show you how to display our application version by runtime. For example my application, M...