From cd93884eb2dd151a5b1a7ac031927d689da5c7fd Mon Sep 17 00:00:00 2001 From: Victor Lee Date: Sat, 13 Jan 2024 14:00:25 -0800 Subject: [PATCH] new NuGet 1.1.0 --- README.md | 6 +++--- src/ExchangeSharp/ExchangeSharp.csproj | 2 +- src/ExchangeSharp/Properties/AssemblyInfo.cs | 4 ++-- src/ExchangeSharpConsole/ExchangeSharpConsole.csproj | 4 ++-- tests/ExchangeSharpTests/ExchangeSharpTests.csproj | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 314ce60c..21af2628 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The following cryptocurrency exchanges are supported: | BtcTurk | | | R | | | BTSE | x | x | | | | Bybit | x | x | R | Has public method for Websocket Positions | -| Coinbase (Pro) | x | x | T R O U | | +| Coinbase (Advanced) | x | x | T R O U | | | Coincheck | | | R | | | Coinmate | x | x | | | | Crypto.com | | | R | | @@ -113,11 +113,11 @@ See [`WebSocket4NetClientWebSocket.cs`][websocket4net] for implementation detail #### dotnet CLI -[`dotnet add package DigitalRuby.ExchangeSharp --version 1.0.4`][nuget] +[`dotnet add package DigitalRuby.ExchangeSharp --version 1.1.0`][nuget] #### Package Manager on VS -[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 1.0.4`][nuget] +[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 1.1.0`][nuget] ### Examples diff --git a/src/ExchangeSharp/ExchangeSharp.csproj b/src/ExchangeSharp/ExchangeSharp.csproj index 941d7686..2d3681ec 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.4 + 1.1.0 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 80b4629d..0aa4f4a5 100644 --- a/src/ExchangeSharp/Properties/AssemblyInfo.cs +++ b/src/ExchangeSharp/Properties/AssemblyInfo.cs @@ -33,6 +33,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.4")] -[assembly: AssemblyFileVersion("1.0.4")] +[assembly: AssemblyVersion("1.1.0")] +[assembly: AssemblyFileVersion("1.1.0")] [assembly: InternalsVisibleTo("ExchangeSharpTests")] diff --git a/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj b/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj index 4767a871..433c08ea 100644 --- a/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj +++ b/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj @@ -5,8 +5,8 @@ exchange-sharp net8.0 en - 1.0.4 - 1.0.4 + 1.1.0 + 1.1.0 diff --git a/tests/ExchangeSharpTests/ExchangeSharpTests.csproj b/tests/ExchangeSharpTests/ExchangeSharpTests.csproj index 67ab03c7..531b982a 100644 --- a/tests/ExchangeSharpTests/ExchangeSharpTests.csproj +++ b/tests/ExchangeSharpTests/ExchangeSharpTests.csproj @@ -4,8 +4,8 @@ net8.0 false en - 1.0.4 - 1.0.4 + 1.1.0 + 1.1.0 true