diff --git a/ExchangeSharp/ExchangeSharp.csproj b/ExchangeSharp/ExchangeSharp.csproj index 90dd72bb..e47b09b8 100644 --- a/ExchangeSharp/ExchangeSharp.csproj +++ b/ExchangeSharp/ExchangeSharp.csproj @@ -8,7 +8,7 @@ latest DigitalRuby.ExchangeSharp ExchangeSharp - C# API for cryptocurrency exchanges - 0.6.0.3 + 0.6.1 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. @@ -16,7 +16,7 @@ LICENSE.txt https://github.com/jjxtra/ExchangeSharp true - Latest Github as of 2019-08-28 + 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 https://github.com/jjxtra/ExchangeSharp git diff --git a/ExchangeSharp/Properties/AssemblyInfo.cs b/ExchangeSharp/Properties/AssemblyInfo.cs index af365d10..2e1773bb 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.0.3")] -[assembly: AssemblyFileVersion("0.6.0.3")] +[assembly: AssemblyVersion("0.6.1")] +[assembly: AssemblyFileVersion("0.6.1")] [assembly: InternalsVisibleTo("ExchangeSharpTests")] \ No newline at end of file diff --git a/ExchangeSharpConsole/ExchangeSharpConsole.csproj b/ExchangeSharpConsole/ExchangeSharpConsole.csproj index 91462aed..d309b422 100644 --- a/ExchangeSharpConsole/ExchangeSharpConsole.csproj +++ b/ExchangeSharpConsole/ExchangeSharpConsole.csproj @@ -3,8 +3,8 @@ Exe net472;netcoreapp2.2 - 0.6.0.3 - 0.6.0.3 + 0.6.1 + 0.6.1 en true latest diff --git a/ExchangeSharpTests/ExchangeSharpTests.csproj b/ExchangeSharpTests/ExchangeSharpTests.csproj index 05cf3928..8a89bb95 100644 --- a/ExchangeSharpTests/ExchangeSharpTests.csproj +++ b/ExchangeSharpTests/ExchangeSharpTests.csproj @@ -2,15 +2,10 @@ netcoreapp2.2 - false - en - - 0.6.0.3 - - 0.6.0.3 - + 0.6.1 + 0.6.1 true