From 68c3f22b41f884acc95dcf041a7388c41661adc4 Mon Sep 17 00:00:00 2001 From: Victor Lee Date: Mon, 8 Nov 2021 16:34:30 -0800 Subject: [PATCH] new NuGet 0.9.1 - packaged README.md with NuGet --- README.md | 4 ++-- src/ExchangeSharp/ExchangeSharp.csproj | 4 +++- src/ExchangeSharp/Properties/AssemblyInfo.cs | 4 ++-- src/ExchangeSharpConsole/ExchangeSharpConsole.csproj | 4 ++-- tests/ExchangeSharpTests/ExchangeSharpTests.csproj | 4 ++-- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ff8ad0ef..27cab333 100644 --- a/README.md +++ b/README.md @@ -102,11 +102,11 @@ See [`WebSocket4NetClientWebSocket.cs`][websocket4net] for implementation detail #### dotnet CLI -[`dotnet add package DigitalRuby.ExchangeSharp --version 0.9.0`][nuget] +[`dotnet add package DigitalRuby.ExchangeSharp --version 0.9.1`][nuget] #### Package Manager on VS -[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 0.9.0`][nuget] +[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 0.9.1`][nuget] ### Examples diff --git a/src/ExchangeSharp/ExchangeSharp.csproj b/src/ExchangeSharp/ExchangeSharp.csproj index 583d1a51..86983327 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.9.0 + 0.9.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. @@ -17,6 +17,7 @@ https://github.com/jjxtra/ExchangeSharp true https://github.com/jjxtra/ExchangeSharp/releases + README.md C# crypto cryptocurrency trade trader exchange sharp socket web socket websocket signalr secure API 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 https://github.com/jjxtra/ExchangeSharp git @@ -26,6 +27,7 @@ + diff --git a/src/ExchangeSharp/Properties/AssemblyInfo.cs b/src/ExchangeSharp/Properties/AssemblyInfo.cs index ac217e65..ff5e9b58 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.9.0")] -[assembly: AssemblyFileVersion("0.9.0")] +[assembly: AssemblyVersion("0.9.1")] +[assembly: AssemblyFileVersion("0.9.1")] [assembly: InternalsVisibleTo("ExchangeSharpTests")] diff --git a/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj b/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj index 9dfdc6a2..bc8bc23c 100644 --- a/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj +++ b/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj @@ -6,8 +6,8 @@ netcoreapp3.1 en 8 - 0.9.0 - 0.9.0 + 0.9.1 + 0.9.1 diff --git a/tests/ExchangeSharpTests/ExchangeSharpTests.csproj b/tests/ExchangeSharpTests/ExchangeSharpTests.csproj index 6a3c35ea..e0138b63 100644 --- a/tests/ExchangeSharpTests/ExchangeSharpTests.csproj +++ b/tests/ExchangeSharpTests/ExchangeSharpTests.csproj @@ -5,8 +5,8 @@ false 8 en - 0.9.0 - 0.9.0 + 0.9.1 + 0.9.1 true