Simple question... is there a way to change the Assembly Version of a compiled .NET assembly?
I\'d actually be fine with a way to change the Assembly File Version.>
Why do you want to do this? If it's so that another application can use it, you might want to look into assembly binding redirection instead.