Skip to content

Commit

Permalink
release version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorFrWu committed Nov 19, 2023
1 parent 25d5180 commit 2974c29
Show file tree
Hide file tree
Showing 24 changed files with 66 additions and 10 deletions.
Binary file modified Src/Common/bin/Debug/bybit.net.api.1.0.7.nupkg
Binary file not shown.
Binary file modified Src/Common/bin/Debug/net6.0/bybit.net.api.dll
Binary file not shown.
Binary file modified Src/Common/bin/Debug/net6.0/bybit.net.api.pdb
Binary file not shown.
Binary file added Src/Common/bin/Release/bybit.net.api.1.0.7.nupkg
Binary file not shown.
4 changes: 2 additions & 2 deletions Src/Common/bin/Release/net6.0/bybit.net.api.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"bybit.net.api/1.0.6": {
"bybit.net.api/1.0.7": {
"dependencies": {
"Microsoft.Extensions.Logging": "7.0.0",
"Newtonsoft.Json": "13.0.3"
Expand Down Expand Up @@ -91,7 +91,7 @@
}
},
"libraries": {
"bybit.net.api/1.0.6": {
"bybit.net.api/1.0.7": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified Src/Common/bin/Release/net6.0/bybit.net.api.dll
Binary file not shown.
Binary file modified Src/Common/bin/Release/net6.0/bybit.net.api.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Src/Common/obj/Debug/bybit.net.api.1.0.7.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Dive into a plethora of functionalities:
### Change Log
- Deprecated useTestnet from http rest api: replace by target url</releaseNotes>
<tags>Bybit Future Spot Trading Option Inverse Linear Api Crypto Rest Http Https Webscoket WSS OpenApi</tags>
<repository type="git" url="https://github.com/wuhewuhe/bybit.net.api" commit="c59a25c9c47f5c3cd97eb8ee314ab255ae8f093d" />
<repository type="git" url="https://github.com/wuhewuhe/bybit.net.api" commit="25d51800a93243fee2f8ec74ea0ae5cfea84650c" />
<dependencies>
<group targetFramework="net6.0">
<dependency id="Microsoft.Extensions.Logging" version="7.0.0" exclude="Build,Analyzers" />
Expand Down
2 changes: 1 addition & 1 deletion Src/Common/obj/Debug/net6.0/bybit.net.api.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- Spot Margin UTA & Classical Service
- Broker Earning Data")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.7+c59a25c9c47f5c3cd97eb8ee314ab255ae8f093d")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.7+25d51800a93243fee2f8ec74ea0ae5cfea84650c")]
[assembly: System.Reflection.AssemblyProductAttribute("bybit.net.api")]
[assembly: System.Reflection.AssemblyTitleAttribute("bybit.net.api")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18374c7600b1b29b9a751ab1d450c589f82996c57adf5e8e86e4d1c9a9b71046
e22664360cbbf12bdc401f454451fbf060cd08f26c6704c2f6395a30aa6ba5f1
Binary file modified Src/Common/obj/Debug/net6.0/bybit.net.api.dll
Binary file not shown.
Binary file modified Src/Common/obj/Debug/net6.0/bybit.net.api.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Src/Common/obj/Debug/net6.0/bybit.net.api.sourcelink.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"C:\\Net\\GithubProjects\\bybit.net.api\\*":"https://raw.githubusercontent.com/wuhewuhe/bybit.net.api/c59a25c9c47f5c3cd97eb8ee314ab255ae8f093d/*"}}
{"documents":{"C:\\Net\\GithubProjects\\bybit.net.api\\*":"https://raw.githubusercontent.com/wuhewuhe/bybit.net.api/25d51800a93243fee2f8ec74ea0ae5cfea84650c/*"}}
Binary file modified Src/Common/obj/Debug/net6.0/ref/bybit.net.api.dll
Binary file not shown.
Binary file modified Src/Common/obj/Debug/net6.0/refint/bybit.net.api.dll
Binary file not shown.
56 changes: 56 additions & 0 deletions Src/Common/obj/Release/bybit.net.api.1.0.7.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>bybit.net.api</id>
<version>1.0.7</version>
<title>bybit.net.api</title>
<authors>VictorWu</authors>
<license type="file">LICENSE</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<icon>logo.png</icon>
<readme>README.md</readme>
<projectUrl>https://github.com/wuhewuhe/bybit.net.api</projectUrl>
<description>**Bybit.Net.Api** offers an official, powerful, and efficient .NET connector to the [Bybit public Trading API](https://bybit-exchange.github.io/docs/v5/intro)
Dive into a plethora of functionalities:
- Public Websocket Streaming
- Private Websocket Streaming
- Market Data Retrieval
- Trade Execution
- Position Management
- Account and Asset Info Retrieval
- User Management
- Upgrade History
- Spot Margin UTA &amp; Classical Service
- Broker Earning Data</description>
<releaseNotes>## Release-Notes
### HTTP Request
- Receive Window Parameter: Added by default (5 seconds).
- Debug Mode Parameter: Added by default (false) to print request and response headers.
- Base URL Setting: Allows setting to testnet or mainnet. by default [HTTP_MAINNET_URL](https://api.bybit.com)
- Trade API: For create/amend/cancel single and batch orders, now supports dedicated class, dictionary.
- Asset API: Deposit and withdrawal operations will automatically generate a transfer ID.
- Account API : Add new function Set Spot Hedging
- Position API : Add new function Confirm New Risk Limit

### WebSocket
- Ping Pong Interval Parameter: Added by default (20 seconds).
- Max Alive Time Parameter: Only supports private channel, ranging from 30s to 600s (also supports minutes).

### Change Log
- Deprecated useTestnet from http rest api: replace by target url</releaseNotes>
<tags>Bybit Future Spot Trading Option Inverse Linear Api Crypto Rest Http Https Webscoket WSS OpenApi</tags>
<repository type="git" url="https://github.com/wuhewuhe/bybit.net.api" commit="25d51800a93243fee2f8ec74ea0ae5cfea84650c" />
<dependencies>
<group targetFramework="net6.0">
<dependency id="Microsoft.Extensions.Logging" version="7.0.0" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="13.0.3" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="C:\Net\GithubProjects\bybit.net.api\Src\Common\bin\Release\net6.0\bybit.net.api.dll" target="lib\net6.0\bybit.net.api.dll" />
<file src="C:\Net\GithubProjects\bybit.net.api\images\logo.png" target="\logo.png" />
<file src="C:\Net\GithubProjects\bybit.net.api\LICENSE" target="\LICENSE" />
<file src="C:\Net\GithubProjects\bybit.net.api\README.md" target="\README.md" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- Spot Margin UTA & Classical Service
- Broker Earning Data")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.6+e1e433f2257d778eded143134542dd0a7bf8bad9")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.7+25d51800a93243fee2f8ec74ea0ae5cfea84650c")]
[assembly: System.Reflection.AssemblyProductAttribute("bybit.net.api")]
[assembly: System.Reflection.AssemblyTitleAttribute("bybit.net.api")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c9499974607ad30cc057d085874ce57140395be830584269020e5de1fdad8f71
d90f784f31a95ee6b0b7ee0ddd5dc8a0e31d841cdd1ae02cc77b425a234d259c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2f5eb4c607d6bf68919e9e5af577ba273440b8bebc0f5fa4919f210b11710190
0d6f088d7b6d4c62a7117e013c05df0d8b80bbc1cf3b868fb39633554ad4da44
Binary file modified Src/Common/obj/Release/net6.0/bybit.net.api.dll
Binary file not shown.
Binary file modified Src/Common/obj/Release/net6.0/bybit.net.api.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"C:\\Net\\GithubProjects\\bybit.net.api\\*":"https://raw.githubusercontent.com/wuhewuhe/bybit.net.api/e1e433f2257d778eded143134542dd0a7bf8bad9/*"}}
{"documents":{"C:\\Net\\GithubProjects\\bybit.net.api\\*":"https://raw.githubusercontent.com/wuhewuhe/bybit.net.api/25d51800a93243fee2f8ec74ea0ae5cfea84650c/*"}}
Binary file modified Src/Common/obj/Release/net6.0/ref/bybit.net.api.dll
Binary file not shown.
Binary file modified Src/Common/obj/Release/net6.0/refint/bybit.net.api.dll
Binary file not shown.

0 comments on commit 2974c29

Please sign in to comment.