jason-roberts / FeatureToggle

Simple, reliable feature toggles in .NET
http://dontcodetired.com/blog/?tag=/featuretoggle
Apache License 2.0
687 stars 111 forks source link

Add Universal Windows Platform (Windows 10) support #93

Closed jason-roberts closed 7 years ago

Odonno commented 9 years ago

To target Windows 10, you only have to support both Windows 8.1 & Windows Phone 8.1. I suppose it is already done, isn't it ?

jason-roberts commented 9 years ago

Hi @Odonno - haven't looked into it in any details yet but hopefully it's that simple :) I still might add some tests specifically for it once everything is RTM - thanks :)

Odonno commented 9 years ago

I tested it today on Windows Universal (Windows 10) and it works fine. Indeed, it is the similar API of Windows 8.1.

jason-roberts commented 9 years ago

Awesome, thanks @Odonno for doing that :)

jason-roberts commented 8 years ago

Once Xbox One support is out of preview, will review this and see if any changes are needed before closing.