Today I released an updated version of the Monitored Undo Framework. Changes include: A new parameter on the DefaultChangeFactory's methods for specifying the "description of the change". This can be helpful in cases where the UI shows a list of the undo / redo changes. A new WPF sample that shows, in a simpler codebase, how to use the framework. Updated build script that compiles all solutions, run the tests, and package the NuGet package. These changes are also available via NuGet. Cheers!
I am happy to report that the Monitored Undo Framework (MUF) now supports Silverlight 4 and Windows Phone 7! Today I did some maintenance on the framework in preparation for publishing it to NuGet. As part of the maintenance, I added binaries that target additional frameworks, including new support for: Windows Phone 7 Silverlight 4.0 .NET 3.5 It was pretty fun to see the same library working across all these platforms! Windows Phone 7… Silverlight 4 WPF (.NET 4.0)...