Assembly Versions

  • Thread starter Thread starter Joe Griffith
  • Start date Start date
J

Joe Griffith

In VS 2003 you can remove the version number from AssemblyInfo.vb file,
include it in a new SolutionInfo.vb file, and then link the
SolutionInfo.vb file into each assembly. This lets you syncronize the
version number of all assemblies in a solution.

I can't seem to find a way to do this with VS 2005 (beta). There
doesn't seem to be any way to add another file to the MyProject section,
must less add just a link to another file.

Is there any way to syncronize the version numbers of all assemblies in
a VS 2005 solution?
 
If everything else fails, you can code a macro or an add-in to prompt the
version number and update the version of each project. Not as optimal as
placing the version in a unique file, but it should work.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
Back
Top