diff --git a/ExchangeSharp/ExchangeSharp.csproj b/ExchangeSharp/ExchangeSharp.csproj
index e47b09b8..1b3ff271 100644
--- a/ExchangeSharp/ExchangeSharp.csproj
+++ b/ExchangeSharp/ExchangeSharp.csproj
@@ -8,7 +8,7 @@
latest
DigitalRuby.ExchangeSharp
ExchangeSharp - C# API for cryptocurrency exchanges
- 0.6.1
+ 0.6.2
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 Abucoins Binance BitMEX Bitfinex Bithumb Bitstamp Bittrex Bleutrade Cryptopia Coinbase Gdax 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 Bleutrade Cryptopia Coinbase(GDAX) Digifinex Gemini Gitbtc Huobi Kraken Kucoin Livecoin 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 2e1773bb..3b3788ff 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.1")]
-[assembly: AssemblyFileVersion("0.6.1")]
+[assembly: AssemblyVersion("0.6.2")]
+[assembly: AssemblyFileVersion("0.6.2")]
[assembly: InternalsVisibleTo("ExchangeSharpTests")]
\ No newline at end of file
diff --git a/ExchangeSharpConsole/ExchangeSharpConsole.csproj b/ExchangeSharpConsole/ExchangeSharpConsole.csproj
index d309b422..46033fca 100644
--- a/ExchangeSharpConsole/ExchangeSharpConsole.csproj
+++ b/ExchangeSharpConsole/ExchangeSharpConsole.csproj
@@ -3,11 +3,12 @@
Exe
net472;netcoreapp2.2
- 0.6.1
+ 0.6.2
0.6.1
en
true
latest
+ 1.0.0
diff --git a/ExchangeSharpTests/ExchangeSharpTests.csproj b/ExchangeSharpTests/ExchangeSharpTests.csproj
index 8a89bb95..87f52629 100644
--- a/ExchangeSharpTests/ExchangeSharpTests.csproj
+++ b/ExchangeSharpTests/ExchangeSharpTests.csproj
@@ -4,8 +4,8 @@
netcoreapp2.2
false
en
- 0.6.1
- 0.6.1
+ 0.6.2
+ 0.6.2
true
diff --git a/README.md b/README.md
index f5af5f3f..ab369503 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ You can also publish from Visual Studio (right click project, select publish), w
### Nuget
![NuGet](https://img.shields.io/nuget/dt/DigitalRuby.ExchangeSharp.svg)
-``` PM> Install-Package DigitalRuby.ExchangeSharp -Version 0.6.1 ```
+``` PM> Install-Package DigitalRuby.ExchangeSharp -Version 0.6.2 ```
### Order Example