OkraFramework / Okra.Core

Okra App Framework - The Okra App Framework is designed to support the development of .Net Windows Store applications, in particular those following the MVVM pattern.
http://okraframework.github.io
Apache License 2.0
10 stars 6 forks source link

Add preview NuGet support for Windows 8.1/Windows Phone 8.1 Universal apps #15

Closed Andy-Wilkinson closed 10 years ago

Andy-Wilkinson commented 10 years ago

The Okra App Framework has the project structure set up to support Windows Phone 8.1 projects, but the current NuGet packages do not expose this platform.

Andy-Wilkinson commented 10 years ago

The current plan is to fully complete Windows 8.1 support before releasing an official version of the Okra App Framework for Windows Phone 8.1. Whilst the standard NuGet packages will continue to only support Windows 8.1, I am introducing "OkraUniversalPreview" packages into the beta feed at https://www.myget.org/F/okra/ to allow early adopters to test the current functionality. In future versions these preview packages will be rolled into the main "Okra" packages and the "OkraUniversalPreview" packages will be depreciated.

Note that the current WP8.1 build is based on the Win8.1 code with only enough changes required to build for phone. It should be considered very preview and may not work as expected.

Any feedback on the Windows Phone 8.1 support will be welcomed!