Yes, displaying it in a text box is one solution. However, if you want to display your app version throughout the app and across multiple screens, it may be useful to set the version in the project properties and then access it globally to avoid manual edits. Visual Studio has this functionality and it is convenient. Of course, there are ways to do add this same functionality currently through the use of a global variable.