mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-10 01:16:24 +00:00
Fixed test, updated version
This commit is contained in:
parent
01da87a481
commit
5105e995e8
@ -14,7 +14,7 @@ namespace CryptoExchange.Net.UnitTests
|
|||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class SymbolOrderBookTests
|
public class SymbolOrderBookTests
|
||||||
{
|
{
|
||||||
private static OrderBookOptions defaultOrderBookOptions = new OrderBookOptions("Test", true);
|
private static OrderBookOptions defaultOrderBookOptions = new OrderBookOptions("Test", true, false);
|
||||||
|
|
||||||
private class TestableSymbolOrderBook : SymbolOrderBook
|
private class TestableSymbolOrderBook : SymbolOrderBook
|
||||||
{
|
{
|
||||||
|
@ -6,12 +6,12 @@
|
|||||||
<PackageId>CryptoExchange.Net</PackageId>
|
<PackageId>CryptoExchange.Net</PackageId>
|
||||||
<Authors>JKorf</Authors>
|
<Authors>JKorf</Authors>
|
||||||
<Description>A base package for implementing cryptocurrency exchange API's</Description>
|
<Description>A base package for implementing cryptocurrency exchange API's</Description>
|
||||||
<PackageVersion>3.0.9</PackageVersion>
|
<PackageVersion>3.0.10</PackageVersion>
|
||||||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||||
<PackageProjectUrl>https://github.com/JKorf/CryptoExchange.Net</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/JKorf/CryptoExchange.Net</PackageProjectUrl>
|
||||||
<NeutralLanguage>en</NeutralLanguage>
|
<NeutralLanguage>en</NeutralLanguage>
|
||||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||||
<PackageReleaseNotes>3.0.9 - Added arraySerialization and postParameterPosition to AuthenticationProvider interface, fixed array serialization in request body</PackageReleaseNotes>
|
<PackageReleaseNotes>3.0.10 - Fix for order book synchronization</PackageReleaseNotes>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<LangVersion>8.0</LangVersion>
|
<LangVersion>8.0</LangVersion>
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
|
@ -194,6 +194,9 @@ The order book will automatically reconnect when the connection is lost and resy
|
|||||||
To stop synchronizing an order book use the `Stop` method.
|
To stop synchronizing an order book use the `Stop` method.
|
||||||
|
|
||||||
## Release notes
|
## Release notes
|
||||||
|
* Version 3.0.10 - 16 Jun 2020
|
||||||
|
* Fix for order book synchronization
|
||||||
|
|
||||||
* Version 3.0.9 - 07 Jun 2020
|
* Version 3.0.9 - 07 Jun 2020
|
||||||
* Added arraySerialization and postParameterPosition to AuthenticationProvider interface
|
* Added arraySerialization and postParameterPosition to AuthenticationProvider interface
|
||||||
* Fixed array serialization in request body
|
* Fixed array serialization in request body
|
||||||
|
Loading…
x
Reference in New Issue
Block a user