I am trying to use the build Publish Version from Properties in my winform application.
But the version that always ends up in the application is 0.0.0.123. I found that this is the last version I had for this application back in VS2010. All new VS2012 are always 1.0.0.0
Looking at this post: C#: how to set version number of assembly I found that the AssemblyInfo.cs file hods the version information and I can change it there but why is the version from the properties tab not used?