How to change from one project, assembly version of another project (.exe)? I have source for both projects.
I once had a similar question, the best answers I got was to share an AssemblyVersion.cs file across the projects.
AssemblyVersion.cs
In my scenario this was a very good solution.
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.