I want the config file to show the app version of my c# application. The app version is auto incremented. Is there a way I can add it to the app.config, maybe pre-build?
I saw that c# has a pre build option for the project, but Im not sure how this would work.