Both Castle Core and Windsor's build scripts read their version number from AppVeyor's environment variables, the version 0.0.0 is hardcoded in source control and when we tag a commit that built version gets the right version number set from the Git tag name.
It would be great if we could do the same here, it allows us to make new releases without worrying about constantly changing version numbers in files across the repo.
/cc @kristofdc @mario-d-s
Both Castle Core and Windsor's build scripts read their version number from AppVeyor's environment variables, the version
0.0.0is hardcoded in source control and when we tag a commit that built version gets the right version number set from the Git tag name.It would be great if we could do the same here, it allows us to make new releases without worrying about constantly changing version numbers in files across the repo.
/cc @kristofdc @mario-d-s