Skip to content

Commit e934dff

Browse files
committed
Updated to version 1.1.0
1 parent 7865b12 commit e934dff

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

BitMEX.Net/BitMEX.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>netstandard2.0;netstandard2.1;</TargetFrameworks>
44
<LangVersion>12.0</LangVersion>
@@ -7,9 +7,9 @@
77
<PropertyGroup>
88
<PackageId>JKorf.BitMEX.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.1.0</PackageVersion>
11+
<AssemblyVersion>1.1.0</AssemblyVersion>
12+
<FileVersion>1.1.0</FileVersion>
1313
<Description>BitMEX.Net is a client library for accessing the BitMEX 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>BitMEX;BitMEX.Net;BitMEX Client;BitMEX API;CryptoCurrency;CryptoCurrency Exchange</PackageTags>

README.md

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

191191
## Release notes
192+
* Version 1.1.0 - 11 Feb 2025
193+
* Updated CryptoExchange.Net to version 8.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
194+
* Added setting of DataTime value on websocket DataEvent updates
195+
* Added DisplayName and ImageUrl to BitMEXExchange class
196+
* Fixed supported SharedKlineInterval not being specified correctly in the options
197+
* Fix Mono runtime exception on rest client construction using DI
198+
192199
* Version 1.0.0 - 07 Feb 2025
193200
* Initial release
194201

0 commit comments

Comments
 (0)