I'd like to compile the same build number into a number of separate assemblie开发者_如何转开发s written in C#.
When I update the build number in a single place, I need it to update in all of the individual assemblies.
Whats the easiest method to do this?
Use a shared AssemblyInfo file as described here: http://blogs.msdn.com/b/jjameson/archive/2009/04/03/shared-assembly-info-in-visual-studio-projects.aspx
精彩评论