Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Aug 5, 2023
1 parent 8f8f1b3 commit 3e8f311
Show file tree
Hide file tree
Showing 2 changed files with 7 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.0.4</PackageVersion>
<AssemblyVersion>3.0.4</AssemblyVersion>
<FileVersion>3.0.4</FileVersion>
<PackageVersion>3.0.5</PackageVersion>
<AssemblyVersion>3.0.5</AssemblyVersion>
<FileVersion>3.0.5</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 @@ -20,7 +20,7 @@
<PackageIcon>icon.png</PackageIcon>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>3.0.4 - Removed incorrect checks for order id parameters in V5 trading endpoints, Added Start/Endtime to V5 order history, Added SL/TP parameters to V5 PlaceOrder endpoint, Added SL/TP parameters to contract PlaceOrder endpoint, Fixed nullability of position models</PackageReleaseNotes>
<PackageReleaseNotes>3.0.5 - Fixed default values V5 PlaceOrder parameters</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>Bybit.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 3.0.5 - 05 Aug 2023
* Fixed default values V5 PlaceOrder parameters

* Version 3.0.4 - 02 Aug 2023
* Removed incorrect checks for order id parameters in V5 trading endpoints
* Added Start/Endtime to V5 order history
Expand Down

0 comments on commit 3e8f311

Please sign in to comment.