tibel / Caliburn.Light

The magic-free Caliburn.Light, a powerful framework designed for building applications across current XAML platforms.
MIT License
68 stars 7 forks source link

Version 2.1.0 and WP 8.1 #56

Closed belyansky closed 9 years ago

belyansky commented 9 years ago

Latest version of Caliburn.Light doesn't support WP 8.1 development. For example there is no CaliburnApplication and INavigationService. Is this correct?

tibel commented 9 years ago

I merged Win 10 support (#50) before the fixes/workaround for Roslyn (#49). Which included the remove of win81 and wpa81 projects in favor of uap10.

belyansky commented 9 years ago

So you are not planning to support win81 and wpa81 anymore. Am I right?

tibel commented 9 years ago

You are right. But if you still need it, create a pull request and I will merge it.

belyansky commented 9 years ago

Ok. Thanks for clarifications.