Export to GitHub

tarantino - issue #9

Version number does not change in new revisions.


Posted on Dec 25, 2009 by Swift Camel

What steps will reproduce the problem?

  1. Download and unpack the latest version of the DatabaseManagement.zip (at this moment at 151 revision).
  2. Look at Tarantino.Nant.Tasks.dll version info.
  3. It indicates that file version is '1.0.99.0'.
  4. Repeat this steps for the previous revision. Version number for previous version is the same.

What is the expected output? What do you see instead?

I expect to see different version numbers at different svn revisions. Now I always see the same version number for all dll's and it equals to '1.0.99.0'.

What version of the product are you using? On what operating system?

According to TeamCity build (http://teamcity.codebetter.com/viewLog.html? buildId=8070&tab=buildResultsDiv&buildTypeId=bt22) I use version 1.0.0.151. But according to version info in dll's I use 1.0.99.0 version.

And thank you for this great tool!

Status: New