I have a solution with several wcf service projects. When they're built, I'd like to log the current release and build info to a database. Then client applications could access the information and log a warning if they're not running on the latest builds.
Services and client apps are all internally managed and this is really just to help make sure we stay in sync from one build to the next when there are changes/additions to the services between major releases.
I know you can do command line based pre/post build events, but is it possible to do programmatic build events?