Skip to content

Commit 6e1c048

Browse files
committed
Updated to version 12.13.0
1 parent 3772130 commit 6e1c048

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

Binance.Net/Binance.Net.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<PropertyGroup>
88
<PackageId>Binance.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>12.12.0</PackageVersion>
11-
<AssemblyVersion>12.12.0</AssemblyVersion>
12-
<FileVersion>12.12.0</FileVersion>
10+
<PackageVersion>12.13.0</PackageVersion>
11+
<AssemblyVersion>12.13.0</AssemblyVersion>
12+
<FileVersion>12.13.0</FileVersion>
1313
<Description>A high-performance .NET client library for the Binance REST and WebSocket APIs, providing strongly typed models, automatic WebSocket reconnection, client-side rate limiting, local order book support, and seamless integration with other CryptoExchange.Net based clients.</Description>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<PackageTags>Binance;Binance.Net;Binance.com;Binance Client;Binance API;CryptoCurrency;CryptoCurrency Exchange;CryptoExchange.Net;ccxt</PackageTags>

README.md

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

239239
## Release notes
240+
* Version 12.13.0 - 26 May 2026
241+
* Updated CryptoExchange.Net to version 11.2.0
242+
* Added BuyerIsMaker property to BinanceStreamMinimalTrade model
243+
* Added ExpiryReason property to BinanceOrderBase model
244+
240245
* Version 12.12.0 - 01 May 2026
241246
* Added REST and WebSocket SpotApi.Trading.AmendOrderAsync endpoint
242247

0 commit comments

Comments
 (0)