Framework Aug 24 2005

I’m trying to consolidate some of the re-usable aspects of a few of my .Net/Mono open source apps at the minute, into one framework. Earlier I moved xTest, my simple unit testing framework, into this centralised re-usable framework, and I plan for the next component of the framework to be an auto-updater, for checking for and installing updates for an app. I used NAnt to create a pretty sweet build file, allowing any of the individual assemblies to be built, any one of the full components to be built, or for the entire thing to be built.