Skip to content

Commit cc895e0

Browse files
vsleejjxtra
authored andcommitted
new nuget 0.6.2 (#459)
1 parent 4f9fd19 commit cc895e0

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
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>latest</LangVersion>
99
<PackageId>DigitalRuby.ExchangeSharp</PackageId>
1010
<Title>ExchangeSharp - C# API for cryptocurrency exchanges</Title>
11-
<PackageVersion>0.6.1</PackageVersion>
11+
<PackageVersion>0.6.2</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 Abucoins Binance BitMEX Bitfinex Bithumb Bitstamp Bittrex Bleutrade Cryptopia Coinbase Gdax 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 Bleutrade Cryptopia Coinbase(GDAX) Digifinex 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.1")]
35-
[assembly: AssemblyFileVersion("0.6.1")]
34+
[assembly: AssemblyVersion("0.6.2")]
35+
[assembly: AssemblyFileVersion("0.6.2")]
3636
[assembly: InternalsVisibleTo("ExchangeSharpTests")]

ExchangeSharpConsole/ExchangeSharpConsole.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFrameworks>net472;netcoreapp2.2</TargetFrameworks>
6-
<AssemblyVersion>0.6.1</AssemblyVersion>
6+
<AssemblyVersion>0.6.2</AssemblyVersion>
77
<FileVersion>0.6.1</FileVersion>
88
<NeutralLanguage>en</NeutralLanguage>
99
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1010
<LangVersion>latest</LangVersion>
11+
<Version>1.0.0</Version>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

ExchangeSharpTests/ExchangeSharpTests.csproj

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

README.md

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

7070
### Nuget
7171
<a href='https://www.nuget.org/packages/DigitalRuby.ExchangeSharp/'>![NuGet](https://img.shields.io/nuget/dt/DigitalRuby.ExchangeSharp.svg)
72-
``` PM> Install-Package DigitalRuby.ExchangeSharp -Version 0.6.1 ```
72+
``` PM> Install-Package DigitalRuby.ExchangeSharp -Version 0.6.2 ```
7373
</a>
7474

7575
### Order Example

0 commit comments

Comments
 (0)