I would like to auto increment the AssemblyInformationalVersion so I can use Application.ProductVersion to obtain a product version for my program. I use [assembly: AssemblyInformationalVersion("4.1.*")] to define it however * does not increment the number as it is supposed to (I get the * as it is in the product version string). What should I do ? Any ideas ?
Add a comment
|
2 Answers
We use Build Version Increment
2 Comments
Sneftel
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes.
Marko Juvančič
It this case this link IS the answer. You cannot download that plugin from anywhere else.