Skip to content

Commit

Permalink
v-5.4.1018
Browse files Browse the repository at this point in the history
  • Loading branch information
burakoner committed Oct 18, 2024
1 parent 1c6c3ed commit 120b667
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## Change Log & Release Notes

* Version 5.4.1018 - 18 Oct 2024
* ApiSharp 3.0.3 Update

* Version 5.4.1011 - 10 Oct 2024
* ApiSharp 3.0.2 Update
*

* * Version 5.4.1010 - 09 Oct 2024
* Updated WebSocket API endpoints and models to [2024-10-04](https://www.okx.com/docs-v5/log_en/#2024-10-04) version
* Moved Status methods to Public Client
Expand Down
10 changes: 5 additions & 5 deletions OKX.Api/OKX.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<PropertyGroup>
<PackageId>OKX.Api</PackageId>
<Authors>Burak Öner</Authors>
<Version>5.4.1011</Version>
<FileVersion>5.4.1011</FileVersion>
<PackageVersion>5.4.1011</PackageVersion>
<AssemblyVersion>5.4.1011</AssemblyVersion>
<Version>5.4.1018</Version>
<FileVersion>5.4.1018</FileVersion>
<PackageVersion>5.4.1018</PackageVersion>
<AssemblyVersion>5.4.1018</AssemblyVersion>
<Description>OKX V5 Api Wrapper. Up-to-date, most-complete, well-organized, well-documented, easy-to-use, multi-task and multi-thread compatible OKX Cryptocurrency Exchange Rest and Websocket Api Wrapper</Description>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>OKX;OKEX;Binance;BNB;BTC;Api;Client;Rest;Web;Websocket;Socket;Wrapper;Crypto;Currency;Cryptocurrency;Exchange;Trade;Trading;Bitcoin;Spot;Margin;Futures;Derivates;Stock;Options;Swap;</PackageTags>
Expand Down Expand Up @@ -63,7 +63,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ApiSharp" Version="3.0.2" />
<PackageReference Include="ApiSharp" Version="3.0.3" />
</ItemGroup>

</Project>

0 comments on commit 120b667

Please sign in to comment.