As part of our build scripts we need to update the version number of all projects within a solution. I couldn’t find an obvious way to do this so I wrote this script in Python to parse a solution, find the associated projects, find their AssemblyInfo.* files and update them. Kind of a crude hack ...