Skip to content

Commit 64a1e4a

Browse files
committed
Updated to version 1.0.0
1 parent 0b646de commit 64a1e4a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

BitMEX.Net/BitMEX.Net.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<PropertyGroup>
88
<PackageId>BitMEX.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>0.1.0</PackageVersion>
11-
<AssemblyVersion>0.1.0</AssemblyVersion>
12-
<FileVersion>0.1.0</FileVersion>
10+
<PackageVersion>1.0.0</PackageVersion>
11+
<AssemblyVersion>1.0.0</AssemblyVersion>
12+
<FileVersion>1.0.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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,6 @@ 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.0.0 - 07 Feb 2025
193+
* Initial release
194+

0 commit comments

Comments
 (0)