1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-20 21:02:55 +00:00

Updated version

This commit is contained in:
Jkorf
2021-10-06 09:13:37 +02:00
parent af6f4d14f6
commit cf42aa4f67
3 changed files with 152 additions and 4 deletions
+3
View File
@@ -324,6 +324,9 @@ private void SomeMethod()
````
## Release notes
* Version 4.2.6 - 06 Oct 2021
* Fixed an issue causing socket client to stop processing data in .NET Framework
* Version 4.2.5 - 05 Oct 2021
* Added custom async wait event implementation as previous method seems to not work 100% of the time