Reputation: 20571
How to change from one project, assembly version of another project (.exe)? I have source for both projects.
Upvotes: 3
Views: 1010
Reputation: 2758
Upvotes: 2
Reputation: 40726
I once had a similar question, the best answers I got was to share an AssemblyVersion.cs
file across the projects.
In my scenario this was a very good solution.
Upvotes: 4