Skip to content

Commit 33be336

Browse files
authored
new NuGet 1.1.0 (#825)
1 parent b0f6107 commit 33be336

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following cryptocurrency exchanges are supported:
4444
| BtcTurk | | | R | |
4545
| BTSE | x | x | | |
4646
| Bybit | x | x | R | Has public method for Websocket Positions |
47-
| Coinbase (Pro) | x | x | T R O U | |
47+
| Coinbase (Advanced) | x | x | T R O U | |
4848
| Coincheck | | | R | |
4949
| Coinmate | x | x | | |
5050
| Crypto.com | | | R | |
@@ -113,11 +113,11 @@ See [`WebSocket4NetClientWebSocket.cs`][websocket4net] for implementation detail
113113

114114
#### dotnet CLI
115115

116-
[`dotnet add package DigitalRuby.ExchangeSharp --version 1.0.4`][nuget]
116+
[`dotnet add package DigitalRuby.ExchangeSharp --version 1.1.0`][nuget]
117117

118118
#### Package Manager on VS
119119

120-
[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 1.0.4`][nuget]
120+
[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 1.1.0`][nuget]
121121

122122
### Examples
123123

src/ExchangeSharp/ExchangeSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<LangVersion>8</LangVersion>
99
<PackageId>DigitalRuby.ExchangeSharp</PackageId>
1010
<Title>ExchangeSharp - C# API for cryptocurrency exchanges</Title>
11-
<VersionPrefix>1.0.4</VersionPrefix>
11+
<VersionPrefix>1.1.0</VersionPrefix>
1212
<Authors>jjxtra</Authors>
1313
<Description>ExchangeSharp is a C# API for working with various cryptocurrency exchanges. Web sockets are also supported for some exchanges.</Description>
1414
<Summary>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.</Summary>

src/ExchangeSharp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
//
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
36-
[assembly: AssemblyVersion("1.0.4")]
37-
[assembly: AssemblyFileVersion("1.0.4")]
36+
[assembly: AssemblyVersion("1.1.0")]
37+
[assembly: AssemblyFileVersion("1.1.0")]
3838
[assembly: InternalsVisibleTo("ExchangeSharpTests")]

src/ExchangeSharpConsole/ExchangeSharpConsole.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<AssemblyName>exchange-sharp</AssemblyName>
66
<TargetFramework>net8.0</TargetFramework>
77
<NeutralLanguage>en</NeutralLanguage>
8-
<AssemblyVersion>1.0.4</AssemblyVersion>
9-
<FileVersion>1.0.4</FileVersion>
8+
<AssemblyVersion>1.1.0</AssemblyVersion>
9+
<FileVersion>1.1.0</FileVersion>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

tests/ExchangeSharpTests/ExchangeSharpTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<NeutralLanguage>en</NeutralLanguage>
7-
<AssemblyVersion>1.0.4</AssemblyVersion>
8-
<FileVersion>1.0.4</FileVersion>
7+
<AssemblyVersion>1.1.0</AssemblyVersion>
8+
<FileVersion>1.1.0</FileVersion>
99
<NoWin32Manifest>true</NoWin32Manifest>
1010
</PropertyGroup>
1111

0 commit comments

Comments
 (0)