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
93ee180bd1
commit
d81b59ffbd
@ -1,27 +1,19 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<PackageId>CryptoExchange.Net</PackageId>
|
||||
<Authors>JKorf</Authors>
|
||||
<PackageVersion>3.0.0</PackageVersion>
|
||||
<PackageVersion>3.0.1</PackageVersion>
|
||||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||
<PackageProjectUrl>https://github.com/JKorf/CryptoExchange.Net</PackageProjectUrl>
|
||||
<NeutralLanguage>en</NeutralLanguage>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<PackageReleaseNotes>3.0.0 -
|
||||
* Updated to C# 8.0
|
||||
* Added .NetStandard2.1 support
|
||||
* Added Nullability support
|
||||
* Now using HttpClient instead of WebRequest, should result in faster consequtive requests
|
||||
* Added CancellationToken support
|
||||
* Added bool compare override to CallResult (now possible to `if(callresult)` instead of `if(callresult.Success)`)
|
||||
* Added input validation methods
|
||||
* OnOrderBookUpdate event added to `SymbolOrderBook`</PackageReleaseNotes>
|
||||
<PackageReleaseNotes>3.0.1 - Re-enabled debug response logging</PackageReleaseNotes>
|
||||
<Nullable>enable</Nullable>
|
||||
<LangVersion>8.0</LangVersion>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<LangVersion>8.0</LangVersion>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<DocumentationFile>CryptoExchange.Net.xml</DocumentationFile>
|
||||
|
@ -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.1 - 14 Nov 2019
|
||||
* Re-enabled debug response logging
|
||||
|
||||
* Version 3.0.0 - 23 Oct 2019
|
||||
* Updated to C# 8.0
|
||||
* Added .NetStandard2.1 support
|
||||
|
Loading…
x
Reference in New Issue
Block a user