I would strongly consider having the build update the AssemblyFileVersion and not the AssemblyVersion (more info). That will let you continue to see the specific build version in the DLL, but will not keep breaking assembly references.
If that is not an option, you could call an MSBuild task to replace the version numbers. Anything you can do with MSBuild you can do with the Deployment Framework. One example. You can call the task in an extensibility target.
Thanks,
Tom
If that is not an option, you could call an MSBuild task to replace the version numbers. Anything you can do with MSBuild you can do with the Deployment Framework. One example. You can call the task in an extensibility target.
Thanks,
Tom