I have a Class Library that has an AssemblyVersion of 1.0.0.0 and has to keep it even when it's updated (SharePoint...).
So I'm using the AssemblyFileVersion as the "real" version.
Now, I want to setup a Symbol Server and I wonder if it's actually possible to have multiple PDBs for the same AssemblyVersion and have it automagically work?
PublicKeyToken is also the same always, so no way to differentiate there.