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
2023-10-24 18:44:22 +02:00
parent 9783108695
commit b621aa7e65
2 changed files with 12 additions and 5 deletions
+7
View File
@@ -31,6 +31,13 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
## Release notes
* Version 6.2.0 - 24 Oct 2023
* Added SerializerOptions helper class for setting a default serializer
* Added ParameterCollection helper class for easier parameter definition
* Added extra helper methods AuthenticationProvider
* Remove interface entries meant for internal use
* Added support for writing int values to the EnumConverter
* Version 6.1.5 - 08 Oct 2023
* Added UpdateType to socket DataEvent
* Added additional scenarios for BoolConverter