mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-09 17:06:19 +00:00
Updated version
This commit is contained in:
parent
400259c0a1
commit
649860b4d8
@ -5,12 +5,12 @@
|
||||
<PropertyGroup>
|
||||
<PackageId>CryptoExchange.Net</PackageId>
|
||||
<Authors>JKorf</Authors>
|
||||
<PackageVersion>3.0.2</PackageVersion>
|
||||
<PackageVersion>3.0.3</PackageVersion>
|
||||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||
<PackageProjectUrl>https://github.com/JKorf/CryptoExchange.Net</PackageProjectUrl>
|
||||
<NeutralLanguage>en</NeutralLanguage>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<PackageReleaseNotes>3.0.2 - Removed invalid check for unauthenticated proxy</PackageReleaseNotes>
|
||||
<PackageReleaseNotes>3.0.3 - Added OnBestOffersChanged event to order book implementations</PackageReleaseNotes>
|
||||
<Nullable>enable</Nullable>
|
||||
<LangVersion>8.0</LangVersion>
|
||||
<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.
|
||||
|
||||
## Release notes
|
||||
* Version 3.0.3 - 23 Jan 2020
|
||||
* Added OnBestOffersChanged event to order book implementations
|
||||
|
||||
* Version 3.0.2 - 10 Dec 2019
|
||||
* Removed invalid check for unauthenticated proxy
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user