diff --git a/Mexc.Net/Mexc.Net.csproj b/Mexc.Net/Mexc.Net.csproj index 45a51ba..d256b7f 100644 --- a/Mexc.Net/Mexc.Net.csproj +++ b/Mexc.Net/Mexc.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 10.0 @@ -7,9 +7,9 @@ JK.Mexc.Net JKorf - 1.0.0 - 1.0.0 - 1.0.0 + 1.0.1 + 1.0.1 + 1.0.1 JK.Mexc.Net is a client library for accessing the Mexc 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 Mexc;Mexc.Net;Mexc Client;Mexc API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index ed9ef79..1deadae 100644 --- a/README.md +++ b/README.md @@ -101,5 +101,10 @@ 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.1 - 28 Feb 2024 + * Fixed SpotApi.Trading.GetAccountInfoAsync deserialization + * Renamed Type to OrderType on MexcOrder model to Type + * Renamed OrderSide on MexcOrderUpdate to Side + * Version 1.0.0 - 25 Feb 2024 * Initial release