Skip to content

Commit bec9224

Browse files
committed
Updated to version 2.1.0
1 parent c936b3c commit bec9224

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Mexc.Net/Mexc.Net.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
44
<LangVersion>12.0</LangVersion>
@@ -7,9 +7,9 @@
77
<PropertyGroup>
88
<PackageId>JK.Mexc.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>2.0.0</PackageVersion>
11-
<AssemblyVersion>2.0.0</AssemblyVersion>
12-
<FileVersion>2.0.0</FileVersion>
10+
<PackageVersion>2.1.0</PackageVersion>
11+
<AssemblyVersion>2.1.0</AssemblyVersion>
12+
<FileVersion>2.1.0</FileVersion>
1313
<Description>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 automatic websocket (re)connection management, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more.</Description>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<PackageTags>Mexc;Mexc.Net;Mexc Client;Mexc API;CryptoCurrency;CryptoCurrency Exchange</PackageTags>

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
133133
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
134134

135135
## Release notes
136+
* Version 2.1.0 - 11 Feb 2025
137+
* Updated CryptoExchange.Net to version 8.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
138+
* Added support for more SharedKlineInterval values
139+
* Added setting of DataTime value on websocket DataEvent updates
140+
* Fix Mono runtime exception on rest client construction using DI
141+
136142
* Version 2.0.0 - 24 Jan 2025
137143
* Updated CryptoExchange.Net to version 8.7.1, see https://github.com/JKorf/CryptoExchange.Net/releases/
138144
* Added client side-ratelimiting implementation

0 commit comments

Comments
 (0)