mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-10 09:26:22 +00:00
Updated version
This commit is contained in:
parent
544864a2fd
commit
123b915490
@ -7,7 +7,7 @@
|
||||
<PropertyGroup>
|
||||
<PackageId>CryptoExchange.Net</PackageId>
|
||||
<Authors>JKorf</Authors>
|
||||
<PackageVersion>2.1.2</PackageVersion>
|
||||
<PackageVersion>2.1.3</PackageVersion>
|
||||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||
<PackageProjectUrl>https://github.com/JKorf/CryptoExchange.Net</PackageProjectUrl>
|
||||
<PackageLicenseUrl>https://github.com/JKorf/CryptoExchange.Net/blob/master/LICENSE</PackageLicenseUrl>
|
||||
|
@ -180,6 +180,10 @@ The order book will automatically reconnect when the connection is lost and resy
|
||||
To stop synchronizing an order book use the `Stop` method.
|
||||
|
||||
## Release notes
|
||||
* Version 2.1.3 - 16 may 2019
|
||||
* Refactored SymbolOrderBook
|
||||
* Added BestBid/BestAsk properties for order book
|
||||
|
||||
* Version 2.1.2 - 14 may 2019
|
||||
* Added order book base class for easy implementation
|
||||
* Added additional constructor to ApiCredentials to be able to read from file
|
||||
|
Loading…
x
Reference in New Issue
Block a user