Skip to content

Commit 89fafdb

Browse files
committed
Updated to version 1.0.1
1 parent d9caba5 commit 89fafdb

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
@@ -164,6 +164,9 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
164164
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
165165

166166
## Release notes
167+
* Version 1.0.1 - 05 Dec 2024
168+
* Fixed change percentage response in Shared spot symbol response not being actual percentage
169+
167170
* Version 1.0.0 - 04 Dec 2024
168171
* Initial version
169172

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.0.0</PackageVersion>
11-
<AssemblyVersion>1.0.0</AssemblyVersion>
12-
<FileVersion>1.0.0</FileVersion>
10+
<PackageVersion>1.0.1</PackageVersion>
11+
<AssemblyVersion>1.0.1</AssemblyVersion>
12+
<FileVersion>1.0.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 Client;XT API;CryptoCurrency;CryptoCurrency Exchange</PackageTags>

0 commit comments

Comments
 (0)