mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-07 16:06:15 +00:00
Updated version
This commit is contained in:
parent
e77ca7124e
commit
42f95243d9
@ -6,16 +6,16 @@
|
||||
<PackageId>CryptoExchange.Net</PackageId>
|
||||
<Authors>JKorf</Authors>
|
||||
<Description>A base package for implementing cryptocurrency API's</Description>
|
||||
<PackageVersion>5.1.2</PackageVersion>
|
||||
<PackageVersion>5.1.3</PackageVersion>
|
||||
<AssemblyVersion>5.1.1</AssemblyVersion>
|
||||
<FileVersion>5.1.2</FileVersion>
|
||||
<FileVersion>5.1.3</FileVersion>
|
||||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>https://github.com/JKorf/CryptoExchange.Net.git</RepositoryUrl>
|
||||
<PackageProjectUrl>https://github.com/JKorf/CryptoExchange.Net</PackageProjectUrl>
|
||||
<NeutralLanguage>en</NeutralLanguage>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<PackageReleaseNotes>5.1.2 - Fixed issue where the rate limiter was messing with time syncing, Added support for delegate parameters, Added `ignoreRateLimit` paramter in `SendRequestAsync`</PackageReleaseNotes>
|
||||
<PackageReleaseNotes>5.1.3 - Fixed some issues in websocket reconnection, should be more robust now, Prevent duplicate data reading on error in rest request, Added ApiName to time sync state to improve log feedback</PackageReleaseNotes>
|
||||
<Nullable>enable</Nullable>
|
||||
<LangVersion>9.0</LangVersion>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
|
@ -18,6 +18,11 @@ I develop and maintain this package on my own for free in my spare time. Donatio
|
||||
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf)
|
||||
|
||||
## Release notes
|
||||
* Version 5.1.3 - 01 Mar 2022
|
||||
* Fixed some issues in websocket reconnection, should be more robust now
|
||||
* Prevent duplicate data reading on error in rest request
|
||||
* Added ApiName to time sync state to improve log feedback
|
||||
|
||||
* Version 5.1.2 - 27 Feb 2022
|
||||
* Fixed issue where the rate limiter was messing with time syncing
|
||||
* Added support for delegate parameters
|
||||
|
Loading…
x
Reference in New Issue
Block a user