Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Sep 20, 2023
1 parent 625e620 commit 4a8ca37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
16 changes: 8 additions & 8 deletions OKX.Net/OKX.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<PropertyGroup>
<PackageId>JK.OKX.Net</PackageId>
<Authors>JKorf</Authors>
<FileVersion>1.3.1</FileVersion>
<PackageVersion>1.3.1</PackageVersion>
<AssemblyVersion>1.3.1</AssemblyVersion>
<FileVersion>1.3.2</FileVersion>
<PackageVersion>1.3.2</PackageVersion>
<AssemblyVersion>1.3.2</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>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>1.3.1 - Added demo environment support</PackageReleaseNotes>
<PackageReleaseNotes>1.3.2 - Added ISpotClient/CommonSpotClient implementation, Added missing ConfigureAwait(false) statements</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>OKX.Net.xml</DocumentationFile>
Expand All @@ -43,10 +43,10 @@
<None Include="Icon\icon.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="CryptoExchange.Net" Version="6.1.3" />
</ItemGroup>
</Project>
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ 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.3.2 - 20 Sep 2023
* Added ISpotClient/CommonSpotClient implementation
* Added missing ConfigureAwait(false) statements

* Version 1.3.1 - 17 Sep 2023
* Added demo environment support

Expand Down

0 comments on commit 4a8ca37

Please sign in to comment.