Hi All,
Is there a way to do versioning for code without having to change the actual version level of the installation .exe? We are looking to have a way to document bugs/fixes along the way.
For example, I write a setup.exe that is version 2.0.0.0. The tester does work on it and finds an issue or two. I'd like to be able to document what version of the .exe she was working with and still have the version of the setup.exe be 2.0.0.0 since that is what I want out in Production.
I know I can seperate by date/time stamps, just wondered if there was a better way to do this.
Is there a way to do versioning for code without having to change the actual version level of the installation .exe? We are looking to have a way to document bugs/fixes along the way.
For example, I write a setup.exe that is version 2.0.0.0. The tester does work on it and finds an issue or two. I'd like to be able to document what version of the .exe she was working with and still have the version of the setup.exe be 2.0.0.0 since that is what I want out in Production.
I know I can seperate by date/time stamps, just wondered if there was a better way to do this.