Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Dec 2, 2023
1 parent 0044774 commit 9103115
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ByBit.Net/Bybit.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<PropertyGroup>
<PackageId>Bybit.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>3.2.3</PackageVersion>
<AssemblyVersion>3.2.3</AssemblyVersion>
<FileVersion>3.2.3</FileVersion>
<PackageVersion>3.2.4</PackageVersion>
<AssemblyVersion>3.2.4</AssemblyVersion>
<FileVersion>3.2.4</FileVersion>
<Description>Bybit.Net is a .Net wrapper for the Bybit API. 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>Bybit Bybit.Net C# .Net CryptoCurrency Exchange API wrapper</PackageTags>
Expand All @@ -21,7 +21,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>3.2.3 - Added missing FeeAsset property order updates, Fixed UnifiedMarginStatus deserialization AccountInfo, Fixed ClientOrderId deserialization batch order results</PackageReleaseNotes>
<PackageReleaseNotes>3.2.4 - Added missing SelfMatchPreventType parameter to V5.Trading.PlaceOrderAsync, Fixed deserialization issue in V5 UserTrade subscription</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>Bybit.Net.xml</DocumentationFile>
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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 3.2.4 - 02 Dec 2023
* Added missing SelfMatchPreventType parameter to V5.Trading.PlaceOrderAsync
* Fixed deserialization issue in V5 UserTrade subscription

* Version 3.2.3 - 28 Nov 2023
* Added missing FeeAsset property order updates
* Fixed UnifiedMarginStatus deserialization AccountInfo
Expand Down

0 comments on commit 9103115

Please sign in to comment.