diff --git a/README.md b/README.md index 92e709eb..a795d628 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ The following cryptocurrency exchanges are supported: | BTSE | x | x | | | Bybit | x | x | R | Has public method for Websocket Positions | Coinbase | x | x | T R O U | +| Coincheck | | | R | | Coinmate | x | x | | | Crypto.com | | | R | | Digifinex | x | x | R B | @@ -62,6 +63,7 @@ The following cryptocurrency exchanges are supported: | OKCoin | x | x | R B | | OKEx | x | x | T R B O | | Poloniex | x | x | T R B | +| UPbit | | | R | | YoBit | x | x | | | ZB.com | wip | | R | @@ -110,11 +112,11 @@ See [`WebSocket4NetClientWebSocket.cs`][websocket4net] for implementation detail #### dotnet CLI -[`dotnet add package DigitalRuby.ExchangeSharp --version 1.0.0`][nuget] +[`dotnet add package DigitalRuby.ExchangeSharp --version 1.0.1`][nuget] #### Package Manager on VS -[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 1.0.0`][nuget] +[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 1.0.1`][nuget] ### Examples diff --git a/src/ExchangeSharp/ExchangeSharp.csproj b/src/ExchangeSharp/ExchangeSharp.csproj index 4ff5dc94..2557c9bc 100644 --- a/src/ExchangeSharp/ExchangeSharp.csproj +++ b/src/ExchangeSharp/ExchangeSharp.csproj @@ -8,7 +8,7 @@ 8 DigitalRuby.ExchangeSharp ExchangeSharp - C# API for cryptocurrency exchanges - 1.0.0 + 1.0.1 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 17c15374..ca2eb58a 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("1.0.0")] -[assembly: AssemblyFileVersion("1.0.0")] +[assembly: AssemblyVersion("1.0.1")] +[assembly: AssemblyFileVersion("1.0.1")] [assembly: InternalsVisibleTo("ExchangeSharpTests")] diff --git a/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj b/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj index adb0aee7..66010c7d 100644 --- a/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj +++ b/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj @@ -5,8 +5,8 @@ exchange-sharp net6.0 en - 1.0.0 - 1.0.0 + 1.0.1 + 1.0.1 diff --git a/tests/ExchangeSharpTests/ExchangeSharpTests.csproj b/tests/ExchangeSharpTests/ExchangeSharpTests.csproj index efe44f17..632c9238 100644 --- a/tests/ExchangeSharpTests/ExchangeSharpTests.csproj +++ b/tests/ExchangeSharpTests/ExchangeSharpTests.csproj @@ -4,8 +4,8 @@ net6.0 false en - 1.0.0 - 1.0.0 + 1.0.1 + 1.0.1 true