rowek
asked on
How do I set the version of of .NET assembly without a recomplie?
How do I set the version of of .NET assembly without a recomplie?
A customer is quite rigid about running a version less than 0, for example 0.0.2.1, in Beta test. When user accepts code then they simply want to change the version to 1.0.0.0 and move to production *without* giving the code back to the developer for a recompile. Sounds simple, but how?
Thanks!
A customer is quite rigid about running a version less than 0, for example 0.0.2.1, in Beta test. When user accepts code then they simply want to change the version to 1.0.0.0 and move to production *without* giving the code back to the developer for a recompile. Sounds simple, but how?
Thanks!
I don't think it's possible.
ASKER
I know there are opensource tools that can set any file date, etc. If I use that approach to set the version will that be a hack or will it run fine? I cannot just recompile because that will invalidate our test.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Okay, you have confirmed what I thought was true. I will just have to tell my client that it takes a recompile to change the version in .NET. Maybe we can keep the source code in escrow and let them do the recompile. We're not landing space shuttles with our code, but the customer has a process we need to follow.