diff --git a/README.md b/README.md index 542c1df..0ddc682 100644 --- a/README.md +++ b/README.md @@ -137,3 +137,6 @@ 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 1.0.0 - 06 Nov 2024 + * Initial Release + diff --git a/WhiteBit.Net/WhiteBit.Net.csproj b/WhiteBit.Net/WhiteBit.Net.csproj index 83bdc32..da33a03 100644 --- a/WhiteBit.Net/WhiteBit.Net.csproj +++ b/WhiteBit.Net/WhiteBit.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 12.0 @@ -7,9 +7,9 @@ WhiteBit.Net JKorf - 0.1.0 - 0.1.0 - 0.1.0 + 1.0.0 + 1.0.0 + 1.0.0 WhiteBit.Net is a client library for accessing the WhiteBit REST and Websocket API. All data is mapped to readable models and enum values. Additional features include an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. false WhiteBit;WhiteBit.Net;WhiteBit Client;WhiteBit API;CryptoCurrency;CryptoCurrency Exchange