jchristian / yahoo_stock_quotes

Provides a wrapper around the Yahoo Finance API for retrieving stock quotes and historical data
25 stars 13 forks source link

Installing via Visual Studio doesn't include YSQ Lib #1

Closed Vyeche closed 10 years ago

Vyeche commented 10 years ago

Hi,

I installed the package via nuget for Visual Studio.

Quick question, how do I include the dll for YSQ? It does install the LumenWorks dependency, but I don't see the YSQ lib, am I doing something wrong?

Thanks.

jchristian commented 10 years ago

Whoops, looks like I forgot to include the actual assembly in the nuspec file. Uploaded a new version of the package to nuget that should include the assembly. Let me know if this fixes your issue.

Vyeche commented 10 years ago

Yes, that fixed the issue, thank you for the quick fix!