Git-based versioning using FAKE
How to use FAKE to automatically set version numbers based on your Git history.
For Fake.StaticGen, I wanted to have a semi-automated way of determining the version number for each release. Inspired by Nerdbank.GitVersioning, I liked the idea of having a unique version for every commit, but I …