Skip to content

Commit 11afc8b

Browse files
committed
Updated to version 12.6.0
1 parent 5e03cb5 commit 11afc8b

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

Binance.Net/Binance.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>net8.0;net9.0;net10.0;netstandard2.0;netstandard2.1</TargetFrameworks>
44
<LangVersion>latest</LangVersion>
@@ -7,9 +7,9 @@
77
<PropertyGroup>
88
<PackageId>Binance.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>12.5.2</PackageVersion>
11-
<AssemblyVersion>12.5.2</AssemblyVersion>
12-
<FileVersion>12.5.2</FileVersion>
10+
<PackageVersion>12.6.0</PackageVersion>
11+
<AssemblyVersion>12.6.0</AssemblyVersion>
12+
<FileVersion>12.6.0</FileVersion>
1313
<Description>Binance.Net is a high performance client library for accessing the Binance 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>Binance;Binance.Net;Binance.com;Binance Client;Binance API;CryptoCurrency;CryptoCurrency Exchange;CryptoExchange.Net</PackageTags>

README.md

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

202202
## Release notes
203+
* Version 12.6.0 - 16 Feb 2026
204+
* Updated CryptoExchange.Net to version 10.6.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
205+
* Fixed SymbolOrderBook websocket subscription not getting closed if when waiting for initial data times out
206+
203207
* Version 12.5.2 - 12 Feb 2026
204208
* Updated CryptoExchange.Net to version 10.5.4, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
205209
* Added support for travel rule ExchangeParameters in Shared withdrawal/deposit endpoints

0 commit comments

Comments
 (0)