diff --git a/ExchangeSharp/ExchangeSharp.csproj b/ExchangeSharp/ExchangeSharp.csproj
index c46a57cf..43f0b659 100644
--- a/ExchangeSharp/ExchangeSharp.csproj
+++ b/ExchangeSharp/ExchangeSharp.csproj
@@ -8,7 +8,7 @@
8
DigitalRuby.ExchangeSharp
ExchangeSharp - C# API for cryptocurrency exchanges
- 0.6.2
+ 0.6.3
jjxtra
ExchangeSharp is a C# API for working with various cryptocurrency exchanges. Web sockets are also supported for some exchanges.
Supported exchanges: Abucoins, Binance, Bitfinex, Bithumb, Bitmex, Bitstamp, Bittrex, Bleutrade, Coinbase, Cryptopia, Gemini, Hitbtc, Huobi, Kraken, Kucoin, Livecoin, Okex, Poloniex, TuxExchange, Yobit, ZBcom. Pull request welcome.
@@ -17,7 +17,7 @@
https://github.com/jjxtra/ExchangeSharp
true
https://github.com/jjxtra/ExchangeSharp/releases
- C# crypto cryptocurrency trade trader exchange sharp socket web socket websocket signalr secure API Binance BitMEX Bitfinex Bithumb Bitstamp Bittrex Bleutrade Cryptopia Coinbase(GDAX) Digifinex Gemini Gitbtc Huobi Kraken Kucoin Livecoin OKCoin OKEx Poloniex TuxExchange Yobit ZBcom
+ C# crypto cryptocurrency trade trader exchange sharp socket web socket websocket signalr secure API Binance BitMEX Bitfinex Bithumb Bitstamp Bittrex BL3P Bleutrade Cryptopia Coinbase(GDAX) Digifinex Gemini Gitbtc Huobi Kraken Kucoin Livecoin NDAX OKCoin OKEx Poloniex TuxExchange Yobit ZBcom
https://github.com/jjxtra/ExchangeSharp
git
diff --git a/ExchangeSharp/Properties/AssemblyInfo.cs b/ExchangeSharp/Properties/AssemblyInfo.cs
index 3b3788ff..113f6ae7 100644
--- a/ExchangeSharp/Properties/AssemblyInfo.cs
+++ b/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.6.2")]
-[assembly: AssemblyFileVersion("0.6.2")]
+[assembly: AssemblyVersion("0.6.3")]
+[assembly: AssemblyFileVersion("0.6.3")]
[assembly: InternalsVisibleTo("ExchangeSharpTests")]
\ No newline at end of file
diff --git a/ExchangeSharpConsole/ExchangeSharpConsole.csproj b/ExchangeSharpConsole/ExchangeSharpConsole.csproj
index 8beb27f6..2e2240c5 100644
--- a/ExchangeSharpConsole/ExchangeSharpConsole.csproj
+++ b/ExchangeSharpConsole/ExchangeSharpConsole.csproj
@@ -3,11 +3,10 @@
Exe
netcoreapp3.0
- 0.6.2
- 0.6.2
- 0.6.1
en
- 8
+ 0.6.3
+ 0.6.3
+ 8
diff --git a/ExchangeSharpTests/ExchangeSharpTests.csproj b/ExchangeSharpTests/ExchangeSharpTests.csproj
index 58697d9b..f0589ee5 100644
--- a/ExchangeSharpTests/ExchangeSharpTests.csproj
+++ b/ExchangeSharpTests/ExchangeSharpTests.csproj
@@ -4,8 +4,8 @@
netcoreapp2.2;net472
false
en
- 0.6.2
- 0.6.2
+ 0.6.3
+ 0.6.3
true
diff --git a/README.md b/README.md
index e9d7a931..e97c76ab 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ You can also publish from Visual Studio (right click project, select publish), w
### Nuget

-``` PM> Install-Package DigitalRuby.ExchangeSharp -Version 0.6.2 ```
+``` PM> Install-Package DigitalRuby.ExchangeSharp -Version 0.6.3 ```
### Order Example