NetRevisionTask icon indicating copy to clipboard operation
NetRevisionTask copied to clipboard

Warn on invalid SemVer versions

Open ygoe opened this issue 4 years ago • 0 comments

If a {semvertag} format is used but the version tag is not SemVer-compliant, a warning should be printed or the build should be aborted. Invalid SemVer versions are for example versions with more than 3 dot-separated numbers, or even non-numeric parts where numbers are expected.

ygoe avatar Jun 26 '20 15:06 ygoe