Please increment the version number upon each release. The assembly from the 1.1.2 download shows "1.0.0.0" as it's version.
Logged In: YES user_id=1827507 Originator: NO
Update AssemblyInfo with the following:
[assembly: AssemblyVersion("1.1.*")].
Then every official rebuild will increment. Or change it to 1.1.5.* and change the build number manually for each release.
Log in to post a comment.
Logged In: YES
user_id=1827507
Originator: NO
Update AssemblyInfo with the following:
[assembly: AssemblyVersion("1.1.*")].
Then every official rebuild will increment. Or change it to 1.1.5.* and change the build number manually for each release.