Version: 1.0.0.2 (Milestone 2): This release containes the source code of the WPF Application Framework (WAF) and the sample applications.
Requirements:
- .NET Framework 3.5 SP1 (The package contains a solution file for Visual Studio 2008 SP1)
- The unit test projects require Visual Studio 2008 SP1 Professional
Changelog
- Add the AssertUtil.ExpectedException<T> method and adapt the unit tests to use this method instead of the [ExpectedException] attributes.
- Fix bug in LocalizationSample/App.config
- Add Readme.doc to Localization Sample
- Add Readme.doc to ShortcutKey Sample
- Add Readme.doc to ViewModel Sample