Search code examples
c#assemblyversions

Change assembly version of another .EXE


How to change from one project, assembly version of another project (.exe)? I have source for both projects.


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.