Skip to content

Commit 86e53eb

Browse files
committed
Updated to version 2.15.1
1 parent cc6753a commit 86e53eb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

OKX.Net/OKX.Net.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<PropertyGroup>
88
<PackageId>JK.OKX.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>2.15.0</PackageVersion>
11-
<FileVersion>2.15.0</FileVersion>
12-
<AssemblyVersion>2.15.0</AssemblyVersion>
10+
<PackageVersion>2.15.1</PackageVersion>
11+
<FileVersion>2.15.1</FileVersion>
12+
<AssemblyVersion>2.15.1</AssemblyVersion>
1313
<Description>JK.OKX.Net is client library for accessing the OKX REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, client side rate limiting, 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>OKX;OKX.Net;OKX.com;OKX Client;OKX API;CryptoCurrency;CryptoCurrency Exchange</PackageTags>

README.md

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

170170
## Release notes
171+
* Version 2.15.1 - 07 Mar 2025
172+
* Fixed internal exception when receiving empty snapshot update in socketClient.UnifiedApi.Trading.SubscribeToPositionUpdatesAsync
173+
171174
* Version 2.15.0 - 11 Feb 2025
172175
* Updated CryptoExchange.Net to version 8.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
173176
* Added support for more SharedKlineInterval values

0 commit comments

Comments
 (0)