I spent some time that last couple days reconfiguring my development environment. I put together a continuous integration server using TeamCity on a virtual PC, changed over to Jira for issue tracking and tied them together along with Subversion. I now have a convenient and informative interface for looking at status of builds and issues.
While implementing TeamCity MSTest kept giving me issues so I switched over to NUnit. This unfortunately showed me just how lacking my tests are. Right now I'm working on the documentation. Once that is complete I will release 0.8.5 which will mostly be just documentation and a few big fixes. After that I'm going to add tests and shoot for 100% coverage. I know that as it stands now I can't get there but that's what refactoring is for.



