1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-21 13:23:07 +00:00

Updated version

This commit is contained in:
Jkorf
2021-08-13 16:00:10 +02:00
parent 05805c87c2
commit f33c87b4f2
3 changed files with 8 additions and 7 deletions
+3
View File
@@ -313,6 +313,9 @@ private void SomeMethod()
````
## Release notes
* Version 4.0.1 - 13 Aug 2021
* Fixed OperationCancelledException when closing socket from a project targeting .net framework
* Version 4.0.0 - 12 Aug 2020
* Release version, summed up changes from previous beta releases:
* Removed `Websocket4Net` dependency in favor of a `ClientWebSocket` native implementation for websocket connections