Skip to content

Commit

Permalink
new nuget 0.6.2 (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
vslee authored and jjxtra committed Oct 5, 2019
1 parent 4f9fd19 commit cc895e0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ExchangeSharp/ExchangeSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<LangVersion>latest</LangVersion>
<PackageId>DigitalRuby.ExchangeSharp</PackageId>
<Title>ExchangeSharp - C# API for cryptocurrency exchanges</Title>
<PackageVersion>0.6.1</PackageVersion>
<PackageVersion>0.6.2</PackageVersion>
<Authors>jjxtra</Authors>
<Description>ExchangeSharp is a C# API for working with various cryptocurrency exchanges. Web sockets are also supported for some exchanges.</Description>
<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>
Expand All @@ -17,7 +17,7 @@
<PackageProjectUrl>https://github.com/jjxtra/ExchangeSharp</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>https://github.com/jjxtra/ExchangeSharp/releases</PackageReleaseNotes>
<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>
<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>
<RepositoryUrl>https://github.com/jjxtra/ExchangeSharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions ExchangeSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.1")]
[assembly: AssemblyFileVersion("0.6.1")]
[assembly: AssemblyVersion("0.6.2")]
[assembly: AssemblyFileVersion("0.6.2")]
[assembly: InternalsVisibleTo("ExchangeSharpTests")]
3 changes: 2 additions & 1 deletion ExchangeSharpConsole/ExchangeSharpConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net472;netcoreapp2.2</TargetFrameworks>
<AssemblyVersion>0.6.1</AssemblyVersion>
<AssemblyVersion>0.6.2</AssemblyVersion>
<FileVersion>0.6.1</FileVersion>
<NeutralLanguage>en</NeutralLanguage>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<LangVersion>latest</LangVersion>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions ExchangeSharpTests/ExchangeSharpTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>netcoreapp2.2</TargetFramework>
<IsPackable>false</IsPackable>
<NeutralLanguage>en</NeutralLanguage>
<AssemblyVersion>0.6.1</AssemblyVersion>
<FileVersion>0.6.1</FileVersion>
<AssemblyVersion>0.6.2</AssemblyVersion>
<FileVersion>0.6.2</FileVersion>
<NoWin32Manifest>true</NoWin32Manifest>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can also publish from Visual Studio (right click project, select publish), w

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

### Order Example
Expand Down

0 comments on commit cc895e0

Please sign in to comment.