Skip to content

Commit dc80c6e

Browse files
authored
new nuget 0.6.3 (#482)
1 parent 76f314a commit dc80c6e

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

ExchangeSharp/ExchangeSharp.csproj

Lines changed: 2 additions & 2 deletions
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>0.6.2</PackageVersion>
11+
<PackageVersion>0.6.3</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: Abucoins, Binance, Bitfinex, Bithumb, Bitmex, Bitstamp, Bittrex, Bleutrade, Coinbase, Cryptopia, Gemini, Hitbtc, Huobi, Kraken, Kucoin, Livecoin, Okex, Poloniex, TuxExchange, Yobit, ZBcom. Pull request welcome.</Summary>
@@ -17,7 +17,7 @@
1717
<PackageProjectUrl>https://github.com/jjxtra/ExchangeSharp</PackageProjectUrl>
1818
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1919
<PackageReleaseNotes>https://github.com/jjxtra/ExchangeSharp/releases</PackageReleaseNotes>
20-
<PackageTags>C# crypto cryptocurrency trade trader exchange sharp socket web socket websocket signalr secure API Binance BitMEX Bitfinex Bithumb Bitstamp Bittrex Bleutrade Cryptopia Coinbase(GDAX) Digifinex Gemini Gitbtc Huobi Kraken Kucoin Livecoin OKCoin OKEx Poloniex TuxExchange Yobit ZBcom</PackageTags>
20+
<PackageTags>C# crypto cryptocurrency trade trader exchange sharp socket web socket websocket signalr secure API Binance BitMEX Bitfinex Bithumb Bitstamp Bittrex BL3P Bleutrade Cryptopia Coinbase(GDAX) Digifinex Gemini Gitbtc Huobi Kraken Kucoin Livecoin NDAX OKCoin OKEx Poloniex TuxExchange Yobit ZBcom</PackageTags>
2121
<RepositoryUrl>https://github.com/jjxtra/ExchangeSharp</RepositoryUrl>
2222
<RepositoryType>git</RepositoryType>
2323
</PropertyGroup>

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("0.6.2")]
35-
[assembly: AssemblyFileVersion("0.6.2")]
34+
[assembly: AssemblyVersion("0.6.3")]
35+
[assembly: AssemblyFileVersion("0.6.3")]
3636
[assembly: InternalsVisibleTo("ExchangeSharpTests")]

ExchangeSharpConsole/ExchangeSharpConsole.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp3.0</TargetFramework>
6-
<Version>0.6.2</Version>
7-
<AssemblyVersion>0.6.2</AssemblyVersion>
8-
<FileVersion>0.6.1</FileVersion>
96
<NeutralLanguage>en</NeutralLanguage>
10-
<LangVersion>8</LangVersion>
7+
<AssemblyVersion>0.6.3</AssemblyVersion>
8+
<FileVersion>0.6.3</FileVersion>
9+
<LangVersion>8</LangVersion>
1110
</PropertyGroup>
1211

1312
<ItemGroup>

ExchangeSharpTests/ExchangeSharpTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<TargetFrameworks>netcoreapp2.2;net472</TargetFrameworks>
55
<IsPackable>false</IsPackable>
66
<NeutralLanguage>en</NeutralLanguage>
7-
<AssemblyVersion>0.6.2</AssemblyVersion>
8-
<FileVersion>0.6.2</FileVersion>
7+
<AssemblyVersion>0.6.3</AssemblyVersion>
8+
<FileVersion>0.6.3</FileVersion>
99
<NoWin32Manifest>true</NoWin32Manifest>
1010
</PropertyGroup>
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can also publish from Visual Studio (right click project, select publish), w
7171

7272
### Nuget
7373
<a href='https://www.nuget.org/packages/DigitalRuby.ExchangeSharp/'>![NuGet](https://img.shields.io/nuget/dt/DigitalRuby.ExchangeSharp.svg)
74-
``` PM> Install-Package DigitalRuby.ExchangeSharp -Version 0.6.2 ```
74+
``` PM> Install-Package DigitalRuby.ExchangeSharp -Version 0.6.3 ```
7575
</a>
7676

7777
### Order Example

0 commit comments

Comments
 (0)