Hi Paul,
In addition to Robin’s answer, here is my opinion to the question.
1. ClickOnce publish version and assembly version are two different versions. Once you publish a new version of ClickOnce application, the version will be increased but AssemblyVersion won’t if you write down the exact number.
2. AssemblyVersion also can be increased automatically, please look at this document.
http://msdn.microsoft.com/en-us/library/system.reflection.assemblyversionattribute%28VS.71%29.aspx 3. From the document you can know that AssemblyVersion can be auto increased if you put “*” instead of the exact number. For example, 1.0.0.* or 1.0.* You can set the version number in the AssemblyInfo.cs file.
4. Even if the AssemblyVersion is auto increased, you cannot synchronize it with ClickOnce publish version.
Hope my answer also helps you. Thanks for Robin’s sharing.
If you have any further question, please feel free to tell us.
Sincerely,
Kira Qian
Send us any feedback you have about the help from MSFT at EMAIL REMOVED
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the
All-In-One Code Framework!