diff --git a/README.md b/README.md index 4ba4dc41..780bb353 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ Feel free to visit the discord channel at https://discord.gg/sHCUHH3 and chat wi ### Exchanges The following cryptocurrency exchanges are supported: -(Web socket key: T = tickers, R = trades, B = order book, O = private orders) +(Web socket key: T = tickers, R = trades, B = order book, O = private orders, U = user data) | Exchange Name | Public REST | Private REST | Web Socket | Notes | | -------------- | ----------- | ------------ | ---------- | ---------------------------------------- | | Aquanow | wip | x | | -| Binance | x | x | T R B | -| Binance Jersey | x | x | T R B | -| Binance.US | x | x | T R B | +| Binance | x | x | T R B U | +| Binance Jersey | x | x | T R B U | +| Binance.US | x | x | T R B U | | Binance DEX | | | R | | Bitbank | x | x | | | Bitfinex | x | x | T R O | @@ -39,9 +39,10 @@ The following cryptocurrency exchanges are supported: | Bleutrade | x | x | | | BTSE | x | x | | | Bybit | x | x | R | Has public method for Websocket Positions -| Coinbase | x | x | T R | +| Coinbase | x | x | T R U | | Digifinex | x | x | R B | | FTX | x | x | T | +| gate.io | x | x | | | Gemini | x | x | T R B | | HitBTC | x | x | R | | Huobi | x | x | R B | @@ -101,11 +102,11 @@ See [`WebSocket4NetClientWebSocket.cs`][websocket4net] for implementation detail #### dotnet CLI -[`dotnet add package DigitalRuby.ExchangeSharp --version 0.8.2`][nuget] +[`dotnet add package DigitalRuby.ExchangeSharp --version 0.9.0`][nuget] #### Package Manager on VS -[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 0.8.2`][nuget] +[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 0.9.0`][nuget] ### Examples diff --git a/src/ExchangeSharp/ExchangeSharp.csproj b/src/ExchangeSharp/ExchangeSharp.csproj index 49354715..583d1a51 100644 --- a/src/ExchangeSharp/ExchangeSharp.csproj +++ b/src/ExchangeSharp/ExchangeSharp.csproj @@ -8,7 +8,7 @@ 8 DigitalRuby.ExchangeSharp ExchangeSharp - C# API for cryptocurrency exchanges - 0.8.3 + 0.9.0 jjxtra ExchangeSharp is a C# API for working with various cryptocurrency exchanges. Web sockets are also supported for some exchanges. Supported exchanges: Binance BitMEX Bitfinex Bithumb Bitstamp Bittrex BL3P Bleutrade BTSE Cryptopia Coinbase(GDAX) Digifinex Gemini Gitbtc Huobi Kraken Kucoin Livecoin NDAX OKCoin OKEx Poloniex TuxExchange Yobit ZBcom. Pull requests welcome. diff --git a/src/ExchangeSharp/Properties/AssemblyInfo.cs b/src/ExchangeSharp/Properties/AssemblyInfo.cs index 2337f82f..ac217e65 100644 --- a/src/ExchangeSharp/Properties/AssemblyInfo.cs +++ b/src/ExchangeSharp/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.8.2")] -[assembly: AssemblyFileVersion("0.8.2")] +[assembly: AssemblyVersion("0.9.0")] +[assembly: AssemblyFileVersion("0.9.0")] [assembly: InternalsVisibleTo("ExchangeSharpTests")] diff --git a/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj b/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj index 592700c7..9dfdc6a2 100644 --- a/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj +++ b/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj @@ -6,8 +6,8 @@ netcoreapp3.1 en 8 - 0.8.2 - 0.8.2 + 0.9.0 + 0.9.0 diff --git a/tests/ExchangeSharpTests/ExchangeSharpTests.csproj b/tests/ExchangeSharpTests/ExchangeSharpTests.csproj index 1e966442..6a3c35ea 100644 --- a/tests/ExchangeSharpTests/ExchangeSharpTests.csproj +++ b/tests/ExchangeSharpTests/ExchangeSharpTests.csproj @@ -5,8 +5,8 @@ false 8 en - 0.8.2 - 0.8.2 + 0.9.0 + 0.9.0 true