From 31a8b47effbc8a8c7428565f72c114acc00586d7 Mon Sep 17 00:00:00 2001 From: JKorf Date: Tue, 30 Jul 2024 16:56:36 +0200 Subject: [PATCH] Updated to version 1.0.0 --- BitMart.Net/BitMart.Net.csproj | 8 ++++---- README.md | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/BitMart.Net/BitMart.Net.csproj b/BitMart.Net/BitMart.Net.csproj index 37ce51b..e7d1596 100644 --- a/BitMart.Net/BitMart.Net.csproj +++ b/BitMart.Net/BitMart.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 10.0 @@ -7,9 +7,9 @@ BitMart.Net JKorf - 0.1.0 - 0.1.0 - 0.1.0 + 1.0.0 + 1.0.0 + 1.0.0 BitMart.Net is a client library for accessing the BitMart REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. false BitMart;BitMart.Net;BitMart Client;BitMart API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index 5888b90..1889994 100644 --- a/README.md +++ b/README.md @@ -142,3 +142,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 - 30 Jul 2024 + * Initial release +