Skip to content

Commit 5b55dd0

Browse files
authored
new NuGet 1.0.1 (#766)
- added Coincheck and UPbit to README.md
1 parent 9c11abb commit 5b55dd0

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The following cryptocurrency exchanges are supported:
4444
| BTSE | x | x | |
4545
| Bybit | x | x | R | Has public method for Websocket Positions
4646
| Coinbase | x | x | T R O U |
47+
| Coincheck | | | R |
4748
| Coinmate | x | x | |
4849
| Crypto.com | | | R |
4950
| Digifinex | x | x | R B |
@@ -62,6 +63,7 @@ The following cryptocurrency exchanges are supported:
6263
| OKCoin | x | x | R B |
6364
| OKEx | x | x | T R B O |
6465
| Poloniex | x | x | T R B |
66+
| UPbit | | | R |
6567
| YoBit | x | x | |
6668
| ZB.com | wip | | R |
6769

@@ -110,11 +112,11 @@ See [`WebSocket4NetClientWebSocket.cs`][websocket4net] for implementation detail
110112

111113
#### dotnet CLI
112114

113-
[`dotnet add package DigitalRuby.ExchangeSharp --version 1.0.0`][nuget]
115+
[`dotnet add package DigitalRuby.ExchangeSharp --version 1.0.1`][nuget]
114116

115117
#### Package Manager on VS
116118

117-
[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 1.0.0`][nuget]
119+
[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 1.0.1`][nuget]
118120

119121
### Examples
120122

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-
<PackageVersion>1.0.0</PackageVersion>
11+
<PackageVersion>1.0.1</PackageVersion>
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
@@ -31,6 +31,6 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("1.0.0")]
35-
[assembly: AssemblyFileVersion("1.0.0")]
34+
[assembly: AssemblyVersion("1.0.1")]
35+
[assembly: AssemblyFileVersion("1.0.1")]
3636
[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>net6.0</TargetFramework>
77
<NeutralLanguage>en</NeutralLanguage>
8-
<AssemblyVersion>1.0.0</AssemblyVersion>
9-
<FileVersion>1.0.0</FileVersion>
8+
<AssemblyVersion>1.0.1</AssemblyVersion>
9+
<FileVersion>1.0.1</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>net6.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<NeutralLanguage>en</NeutralLanguage>
7-
<AssemblyVersion>1.0.0</AssemblyVersion>
8-
<FileVersion>1.0.0</FileVersion>
7+
<AssemblyVersion>1.0.1</AssemblyVersion>
8+
<FileVersion>1.0.1</FileVersion>
99
<NoWin32Manifest>true</NoWin32Manifest>
1010
</PropertyGroup>
1111

0 commit comments

Comments
 (0)