jennings / SemVerHarvester

SemVerHarvester is a MSBuild task library that harvests version numbers from tags in source control repositories. Eventually I should fold this into MSBuild Community Tasks.
14 stars 7 forks source link

If {latesttag} is not of the form "v#.#.#", the task uses version 0.0.0.0 #1

Open jennings opened 12 years ago

jennings commented 12 years ago

SemVerHgHarvester assumes that {latesttag} is of the form "`v#.#.#". If it is not, then SemVerHgHarvester will set the version number to 0.0.0.0.