mattjohnsonpint / TimeZoneNames

Provides a complete source of localized time zone names and abbreviations.
MIT License
198 stars 32 forks source link

Nuget package should distribute release mode binaries #1

Closed mattjohnsonpint closed 9 years ago

mattjohnsonpint commented 9 years ago

By default, nuget packs the debug packages. Even if there are no differences in the code, there could be compiler optimization differences, and it creates problems when publishing an app to the Windows app store.

As seen here, the package should be compiled with:

nuget pack TimeZoneNames.csproj -Prop Configuration=Release

See also Best practices with Nuget: Debug or Release?

mattjohnsonpint commented 9 years ago

Fixed in version 1.1.0

Aman231 commented 9 years ago

But Sir, the App Certification Kit still shows that the nuget package is in Built mode in version 1.1.0 as I tested Below.

test

mattjohnsonpint commented 9 years ago

Hmmm.... I was certain to publish it from release mode. Are you sure you have updated to the newest version?

mattjohnsonpint commented 9 years ago

Nevermind... It was a simple typo in my build script....

Fixed and republished as 1.1.1. Please try again. Thanks for your patience.