Gareth Lennox

Monthly Archives: January 2013

Simple version numbers with git

Each .net project has a version number (4 dotted numbers, e.g. 1.0.0.0). While you could leave it like that, it would ideally point back a unique revision in your source control system. Unfortunately, they need to be a number, so you cannot dump the git hash in there and be done. There are some projects […]