I'm trying to use assembly info patcher to create a version number something like:
1.2.3.1a3c19e
where the last bit is the git short hash.
I've tried using a powershell script build step to create the short hash (as I cant find a variable that has it) and adding this to a system variable but this build step appears to run after assembly info patcher, so isn't much use.