I inherited the VB.Net codebase, which was VB 2005 and upgraded to VB 2008 consisting of 100 projects
I try to reinstall all the components, but I find that some AssemblyInfo.vb files have an AssemblyFileVersion entry and some have an AssemblyFileVersionAttribute entry.
In addition, some have an AssemblyVersion entry, and some have an AssemblyVersionAttribute entry.
What is the difference between and without Attribute ?
Which ones should I use?
source share