joelpob / betfairng

C# API for Betfair API-NG
MIT License
38 stars 37 forks source link

Minor corrections #9

Closed chrisw000 closed 8 years ago

chrisw000 commented 8 years ago

The NuGet packages don't restore out the box due to a bad path.

The url used in BetfairClient in order to log on gives 400 Bad Request. Corrected URL

Also note: The RX-Core etc. NuGet packages are now marked as "The owner has unlisted this package. This could mean that the package is deprecated or shouldn't be used anymore." - so they don't appear in NuGet when trying to reference in new projects... see https://www.nuget.org/packages/Rx-Core/2.2.5

Can still do PM> Install-Package Rx-Core -Version 2.2.5

But the new version 3.0.0 appears to be the version to use now?