gmamaladze / globalmousekeyhook

This library allows you to tap keyboard and mouse, detect and record their activity even when an application is inactive and runs in background.
MIT License
1.05k stars 257 forks source link

NuGet package is built in debug mode #108

Open Snorvarg opened 5 years ago

Snorvarg commented 5 years ago

Hi, I use globalmousekeyhook in a screen saver look-a-like project/app and want to publish it on Windows Store. During the publication process, the Windows App Certification Kit complains and give me the following error:

The binary Gma.System.MouseKeyHook.dll is built in debug mode.

I can't find any settings where I can change this. Do I have to download the source from github and build it myself to get it in release mode?