Skip to content

Commit fea382f

Browse files
vsleejjxtra
authored andcommitted
new nuget 0.6.0.3 (#427)
1 parent b447b6b commit fea382f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

ExchangeSharp/ExchangeSharp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
<LangVersion>latest</LangVersion>
99
<PackageId>DigitalRuby.ExchangeSharp</PackageId>
1010
<Title>ExchangeSharp - C# API for cryptocurrency exchanges</Title>
11-
<PackageVersion>0.6.0.2</PackageVersion>
11+
<PackageVersion>0.6.0.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>
1515
<PackageIconUrl>https://github.com/jjxtra/ExchangeSharp/raw/master/icon.png</PackageIconUrl>
1616
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1717
<PackageProjectUrl>https://github.com/jjxtra/ExchangeSharp</PackageProjectUrl>
1818
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
19-
<PackageReleaseNotes>Latest Github as of 2019-08-20</PackageReleaseNotes>
20-
<PackageTags>C# crypto cryptocurrency trade trader exchange sharp socket web socket websocket signalr secure API Abucoins Binance Bitfinex Bithumb Bitstamp Bittrex Bleutrade Cryptopia Gdax Gemini Gitbtc Huobi Kraken Kucoin Livecoin Okex Poloniex TuxExchange Yobit</PackageTags>
19+
<PackageReleaseNotes>Latest Github as of 2019-08-28</PackageReleaseNotes>
20+
<PackageTags>C# crypto cryptocurrency trade trader exchange sharp socket web socket websocket signalr secure API Abucoins Binance BitMEX Bitfinex Bithumb Bitstamp Bittrex Bleutrade Cryptopia Coinbase Gdax Gemini Gitbtc Huobi Kraken Kucoin Livecoin 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.0.2")]
35-
[assembly: AssemblyFileVersion("0.6.0.2")]
34+
[assembly: AssemblyVersion("0.6.0.3")]
35+
[assembly: AssemblyFileVersion("0.6.0.3")]
3636
[assembly: InternalsVisibleTo("ExchangeSharpTests")]

ExchangeSharpConsole/ExchangeSharpConsole.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFrameworks>net472;netcoreapp2.2</TargetFrameworks>
6-
<AssemblyVersion>0.6.0.2</AssemblyVersion>
7-
<FileVersion>0.6.0.2</FileVersion>
6+
<AssemblyVersion>0.6.0.3</AssemblyVersion>
7+
<FileVersion>0.6.0.3</FileVersion>
88
<NeutralLanguage>en</NeutralLanguage>
99
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1010
</PropertyGroup>

ExchangeSharpTests/ExchangeSharpTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
<NeutralLanguage>en</NeutralLanguage>
99

10-
<AssemblyVersion>0.6.0.2</AssemblyVersion>
10+
<AssemblyVersion>0.6.0.3</AssemblyVersion>
1111

12-
<FileVersion>0.6.0.2</FileVersion>
12+
<FileVersion>0.6.0.3</FileVersion>
1313

1414
<NoWin32Manifest>true</NoWin32Manifest>
1515
</PropertyGroup>

0 commit comments

Comments
 (0)