diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index 15c01fd..5be7dc8 100644
--- a/CryptoExchange.Net/CryptoExchange.Net.csproj
+++ b/CryptoExchange.Net/CryptoExchange.Net.csproj
@@ -6,16 +6,16 @@
CryptoExchange.Net
JKorf
A base package for implementing cryptocurrency exchange API's
- 5.0.0-beta5
+ 5.0.0-beta6
5.0.0
- 5.0.0-beta5
+ 5.0.0-beta6
false
git
https://github.com/JKorf/CryptoExchange.Net.git
https://github.com/JKorf/CryptoExchange.Net
en
true
- 5.0.0-beta5 - Fixed DateTime string including nanoseconds deserialization in DateTimeConverter, Refactored SymbolOrderBook to use AsyncResetEvent instead of AutoResetEvent to prevent thread blocking
+ 5.0.0-beta6 - Fix for deserialization of DateTime string "0" to a non-nullable DateTime property in .net framework
enable
9.0
MIT
diff --git a/README.md b/README.md
index d08e1c1..37d2e1b 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,9 @@ 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.0.0-beta6 - 02 Feb 2022
+ * Fix for deserialization of DateTime string "0" to a non-nullable DateTime property in .net framework
+
* Version 5.0.0-beta5 - 25 Jan 2022
* Fixed DateTime string including nanoseconds deserialization in DateTimeConverter
* Refactored SymbolOrderBook to use AsyncResetEvent instead of AutoResetEvent to prevent thread blocking