Releases: Caliburn-Micro/Caliburn.Micro
Releases · Caliburn-Micro/Caliburn.Micro
Caliburn.Micro 2.0.0-beta2
What's New?
- New nugets for Caliburn.Micro 2.0.0-beta2.
- Support for the new Windows Phone 8.1 framework. Rather than being "Silverlight" this platform is more closely aligned with Windows 8 and shares a rather significant API. It's so similar to Windows that it was about two lines of code to get the Windows 8.1 version of CM running on Windows Phone 8.1.
- Support for new "universal" apps. While not quite "write once, run anywhere" they allow you to share Xaml and C# assets easily across apps while still allowing you to include platform-specific code when you want/need to. This new release of CM works very well with these universal apps (there’s a demo in the repository) including sharing views/view-models, or scenarios such as separate views for the same view-model.
- Bug fixes and test coverage improvements.
Packages
- Caliburn.Micro.Core - The Portable Class Library (PCL) portion of Caliburn.Micro.
- Caliburn.Micro - The platform-specific adapters for Caliburn.Micro.
- Caliburn.Micro.Start - Includes a starting bootstrapper, view model and view.
Caliburn.Micro 2.0.0-beta
Caliburn.Micro 2.x is a significant refactoring of the framework. It is now based on the platform's Portable Class Library (PCL) support. The packages that comprise this release are:
- Caliburn.Micro.Core - The Portable Class Library (PCL) portion of Caliburn.Micro.
- Caliburn.Micro - The platform-specific adapters for Caliburn.Micro.
- Caliburn.Micro.Start - Includes a starting bootstrapper, view model and view.