I'm working on a new WPF application and I've started with the basics as usual; a menu bar, file, exit, help, and an about dialog box. But it's not going quick and easy, I'm surprised at how difficult it is to access the assembly information that you specify for each project and that it isn't all accessible the same way. Using another excellent CodeProject article as a guide, I've created a static C# AssemblyInfo class to easily access the assembly information for each of your projects. Simply add this class to each of your projects and correct the namespace.
Download the AssemblyInfo Class
