Skip to content

Commit 511ce8c

Browse files
committed
Updated to version 3.2.0
1 parent 956982c commit 511ce8c

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

Aster.Net/Aster.Net.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<PropertyGroup>
88
<PackageId>Jkorf.Aster.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>3.1.0</PackageVersion>
11-
<AssemblyVersion>3.1.0</AssemblyVersion>
12-
<FileVersion>3.1.0</FileVersion>
10+
<PackageVersion>3.2.0</PackageVersion>
11+
<AssemblyVersion>3.2.0</AssemblyVersion>
12+
<FileVersion>3.2.0</FileVersion>
1313
<Description>A high-performance .NET client library for the Aster DEX 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>Aster;Aster DEX;AsterDex;Aster.Net;Aster Client;Aster API;CryptoCurrency;CryptoCurrency Exchange;CryptoExchange.Net</PackageTags>

README.md

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

222222
## Release notes
223+
* Version 3.2.0 - 12 Apr 2026
224+
* Added Agent endpoints
225+
* Added AsterV3Credentials overload for using public address
226+
* Added additional checks for builder parameters
227+
* Fix for REST error message parsing
228+
* Removed BuilderName option and parameter from ApproveBuilderAsync endpoint
229+
223230
* Version 3.1.0 - 09 Apr 2026
224231
* Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
225232
* Updated restClient.FuturesV3Api.Account.GetAccountInfoAsync path from /account to /accountWithJoinMargin

0 commit comments

Comments
 (0)