Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Dec 3, 2023
1 parent 22c9c73 commit 0314364
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions OKX.Net/OKX.Net.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<LangVersion>latest</LangVersion>
Expand All @@ -7,9 +7,9 @@
<PropertyGroup>
<PackageId>JK.OKX.Net</PackageId>
<Authors>JKorf</Authors>
<FileVersion>1.4.3</FileVersion>
<PackageVersion>1.4.3</PackageVersion>
<AssemblyVersion>1.4.3</AssemblyVersion>
<FileVersion>1.4.4</FileVersion>
<PackageVersion>1.4.4</PackageVersion>
<AssemblyVersion>1.4.4</AssemblyVersion>
<Description>OKX.Net is a .Net wrapper for the OKX API (https://www.okx.com). It includes all features the API provides, REST API and Websocket, using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading balances and funds</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>OKX OKEx OKEx.Net C# .Net CryptoCurrency Exchange Rest API and WebSocket API Wrapper</PackageTags>
Expand All @@ -18,7 +18,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>1.4.3 - Updated BrokerId logic so clientOrderId isn't influenced, Fixed order update deserialization issue</PackageReleaseNotes>
<PackageReleaseNotes>1.4.4 - Updated CryptoExchange.Net</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>OKX.Net.xml</DocumentationFile>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s
A Discord server is available [here](https://discord.gg/MSpeEtSY8t). Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries.

## Release notes
* Version 1.4.4 - 03 Dec 2023
* Updated CryptoExchange.Net

* Version 1.4.3 - 28 Nov 2023
* Updated BrokerId logic so clientOrderId isn't influenced
* Fixed order update deserialization issue
Expand Down

0 comments on commit 0314364

Please sign in to comment.