rembound / Arena-Helper

A plugin for Hearthstone Deck Tracker that helps drafting Hearthstone arena decks.
http://rembound.com
222 stars 71 forks source link

HDT won't detect plugin after adding Newtonsoft.json to project #129

Closed moepmoep12 closed 7 years ago

moepmoep12 commented 7 years ago

Hey,

I'm currently learning C# by creating a plugin for HDT. The plugin worked as intended. Until i wanted to use a tierlist for ArenaCards which is a .json File. So i added Newtonsoft.json to my project in order to use the tierlist. After building the project and moving the .dll to the plugin folder of HDT, the plugin won't be detected by HDT anymore.

How do I adjust my plugin properly to be detected by HDT again?

moepmoep12 commented 7 years ago

oops, wrong repository

riQQ commented 7 years ago

As you haven't opened an issue at the HDT repo: You need to reference the version of Newtonsoft JSON, that HDT itself uses.