diff --git a/README.md b/README.md index 62aab4d9..fe1971bd 100644 --- a/README.md +++ b/README.md @@ -86,10 +86,10 @@ See [`WebSocket4NetClientWebSocket.cs`][websocket4net] for implementation detail ### Nuget #### dotnet CLI -[`dotnet add package DigitalRuby.ExchangeSharp --version 0.7.2`][nuget] +[`dotnet add package DigitalRuby.ExchangeSharp --version 0.7.3`][nuget] #### Package Manager on VS -[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 0.7.2`][nuget] +[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 0.7.3`][nuget] ### Examples diff --git a/src/ExchangeSharp/ExchangeSharp.csproj b/src/ExchangeSharp/ExchangeSharp.csproj index 548f3060..29d3e922 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.7.2 + 0.7.3 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 8d09b2d6..0cad571a 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.7.2")] -[assembly: AssemblyFileVersion("0.7.2")] +[assembly: AssemblyVersion("0.7.3")] +[assembly: AssemblyFileVersion("0.7.3")] [assembly: InternalsVisibleTo("ExchangeSharpTests")] diff --git a/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj b/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj index 7d2b5026..b832d58b 100644 --- a/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj +++ b/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj @@ -6,8 +6,8 @@ netcoreapp3.0 en 8 - 0.7.2 - 0.7.2 + 0.7.3 + 0.7.3 diff --git a/tests/ExchangeSharpTests/ExchangeSharpTests.csproj b/tests/ExchangeSharpTests/ExchangeSharpTests.csproj index 5aff9f60..00658c20 100644 --- a/tests/ExchangeSharpTests/ExchangeSharpTests.csproj +++ b/tests/ExchangeSharpTests/ExchangeSharpTests.csproj @@ -5,8 +5,8 @@ false 8 en - 0.7.2 - 0.7.2 + 0.7.3 + 0.7.3 true