Skip to content

Commit c8eee22

Browse files
committed
Updated to version 1.2.1
1 parent d890f1e commit c8eee22

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
165165
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
166166

167167
## Release notes
168+
* Version 1.2.1 - 03 Mar 2025
169+
* Fix for balance update deserialization error
170+
168171
* Version 1.2.0 - 11 Feb 2025
169172
* Updated CryptoExchange.Net to version 8.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
170173
* Added support for more SharedKlineInterval values

XT.Net/XT.Net.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<PropertyGroup>
88
<PackageId>XT.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>1.2.0</PackageVersion>
11-
<AssemblyVersion>1.2.0</AssemblyVersion>
12-
<FileVersion>1.2.0</FileVersion>
10+
<PackageVersion>1.2.1</PackageVersion>
11+
<AssemblyVersion>1.2.1</AssemblyVersion>
12+
<FileVersion>1.2.1</FileVersion>
1313
<Description>XT.Net is a client library for accessing the XT Spot and Futures REST and Websocket API. All data is mapped to readable models and enum values. Additional features include 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>XT;XT.Net;XT.com;XT Client;XT API;CryptoCurrency;CryptoCurrency Exchange</PackageTags>

0 commit comments

Comments
 (0)