jcheng31 / DarkSkyApi

An unofficial C# library for the Dark Sky weather service. Targets .NET Standard 1.1.
MIT License
32 stars 18 forks source link

Debug configuration test FAILED #12

Closed bklabs closed 8 years ago

bklabs commented 8 years ago

Hi - I've updated lib to version 2.3.0(Windows Phone Silverlight 8.1) and got a certification error in dev center:

Debug configuration test FAILED Debug configuration •Error Found: The debug configuration test detected the following errors:◦The binary ForecastPCL.dll is built in debug mode. •Impact if not fixed: Windows Phone Store doesn’t allow a debug version of an app. •How to fix: Please make sure the app isn't linking to any debug versions of a framework and it is built with the release configuration with optimization enabled.

Best regards Dmitry Belov BK Labs

jcheng31 commented 8 years ago

Oops, thanks for this! Nuget was packaging the Debug version - I've just repackaged the Release .dll and uploaded it to the site as version 2.3.1. Let me know if that works!

bklabs commented 8 years ago

It works! Thank you.

jcheng31 commented 8 years ago

No problem - glad to help :)