From 7a7aadc79b212d79f701f7e8ea9be69e7019744f Mon Sep 17 00:00:00 2001 From: Victor Lee Date: Sat, 19 Mar 2022 21:36:31 -0700 Subject: [PATCH] new NuGet 1.0.0 (#752) - removed LangVersion - updated ExchangeSharpTests to net6.0 --- README.md | 4 ++-- src/ExchangeSharp.Forms/ExchangeSharp.Forms.csproj | 1 - src/ExchangeSharp/ExchangeSharp.csproj | 2 +- src/ExchangeSharp/Properties/AssemblyInfo.cs | 4 ++-- src/ExchangeSharpConsole/ExchangeSharpConsole.csproj | 5 ++--- tests/ExchangeSharpTests/ExchangeSharpTests.csproj | 7 +++---- 6 files changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 59cb13e2..92e709eb 100644 --- a/README.md +++ b/README.md @@ -110,11 +110,11 @@ See [`WebSocket4NetClientWebSocket.cs`][websocket4net] for implementation detail #### dotnet CLI -[`dotnet add package DigitalRuby.ExchangeSharp --version 0.9.2`][nuget] +[`dotnet add package DigitalRuby.ExchangeSharp --version 1.0.0`][nuget] #### Package Manager on VS -[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 0.9.2`][nuget] +[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 1.0.0`][nuget] ### Examples diff --git a/src/ExchangeSharp.Forms/ExchangeSharp.Forms.csproj b/src/ExchangeSharp.Forms/ExchangeSharp.Forms.csproj index f6be83ea..3513a993 100644 --- a/src/ExchangeSharp.Forms/ExchangeSharp.Forms.csproj +++ b/src/ExchangeSharp.Forms/ExchangeSharp.Forms.csproj @@ -4,7 +4,6 @@ net6.0-windows HAS_WINDOWS_FORMS en - 8 true diff --git a/src/ExchangeSharp/ExchangeSharp.csproj b/src/ExchangeSharp/ExchangeSharp.csproj index a686b1d5..4ff5dc94 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.2 + 1.0.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 f44610df..17c15374 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.2")] -[assembly: AssemblyFileVersion("0.9.2")] +[assembly: AssemblyVersion("1.0.0")] +[assembly: AssemblyFileVersion("1.0.0")] [assembly: InternalsVisibleTo("ExchangeSharpTests")] diff --git a/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj b/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj index 45e53160..adb0aee7 100644 --- a/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj +++ b/src/ExchangeSharpConsole/ExchangeSharpConsole.csproj @@ -5,9 +5,8 @@ exchange-sharp net6.0 en - 8 - 0.9.2 - 0.9.2 + 1.0.0 + 1.0.0 diff --git a/tests/ExchangeSharpTests/ExchangeSharpTests.csproj b/tests/ExchangeSharpTests/ExchangeSharpTests.csproj index 8919fffe..efe44f17 100644 --- a/tests/ExchangeSharpTests/ExchangeSharpTests.csproj +++ b/tests/ExchangeSharpTests/ExchangeSharpTests.csproj @@ -1,12 +1,11 @@  - netcoreapp3.1 + net6.0 false - 8 en - 0.9.2 - 0.9.2 + 1.0.0 + 1.0.0 true