Skip to content

Commit 82e507e

Browse files
authored
new NuGet 0.9.1 (#686)
- packaged README.md with NuGet
1 parent ad6b98e commit 82e507e

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ See [`WebSocket4NetClientWebSocket.cs`][websocket4net] for implementation detail
102102

103103
#### dotnet CLI
104104

105-
[`dotnet add package DigitalRuby.ExchangeSharp --version 0.9.0`][nuget]
105+
[`dotnet add package DigitalRuby.ExchangeSharp --version 0.9.1`][nuget]
106106

107107
#### Package Manager on VS
108108

109-
[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 0.9.0`][nuget]
109+
[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 0.9.1`][nuget]
110110

111111
### Examples
112112

src/ExchangeSharp/ExchangeSharp.csproj

Lines changed: 3 additions & 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>0.9.0</PackageVersion>
11+
<PackageVersion>0.9.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>
@@ -17,6 +17,7 @@
1717
<PackageProjectUrl>https://github.com/jjxtra/ExchangeSharp</PackageProjectUrl>
1818
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1919
<PackageReleaseNotes>https://github.com/jjxtra/ExchangeSharp/releases</PackageReleaseNotes>
20+
<PackageReadmeFile>README.md</PackageReadmeFile>
2021
<PackageTags>C# crypto cryptocurrency trade trader exchange sharp socket web socket websocket signalr secure API 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</PackageTags>
2122
<RepositoryUrl>https://github.com/jjxtra/ExchangeSharp</RepositoryUrl>
2223
<RepositoryType>git</RepositoryType>
@@ -26,6 +27,7 @@
2627
<ItemGroup>
2728
<None Include="../../icon.png" Pack="true" PackagePath="\" />
2829
<None Include="../../LICENSE.txt" Link="LICENSE.txt" Pack="true" PackagePath="" />
30+
<None Include="../../README.md" Pack="true" PackagePath="\"/>
2931
</ItemGroup>
3032

3133
<ItemGroup>

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

src/ExchangeSharpConsole/ExchangeSharpConsole.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<TargetFramework>netcoreapp3.1</TargetFramework>
77
<NeutralLanguage>en</NeutralLanguage>
88
<LangVersion>8</LangVersion>
9-
<AssemblyVersion>0.9.0</AssemblyVersion>
10-
<FileVersion>0.9.0</FileVersion>
9+
<AssemblyVersion>0.9.1</AssemblyVersion>
10+
<FileVersion>0.9.1</FileVersion>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

tests/ExchangeSharpTests/ExchangeSharpTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<IsPackable>false</IsPackable>
66
<LangVersion>8</LangVersion>
77
<NeutralLanguage>en</NeutralLanguage>
8-
<AssemblyVersion>0.9.0</AssemblyVersion>
9-
<FileVersion>0.9.0</FileVersion>
8+
<AssemblyVersion>0.9.1</AssemblyVersion>
9+
<FileVersion>0.9.1</FileVersion>
1010
<NoWin32Manifest>true</NoWin32Manifest>
1111
</PropertyGroup>
1212

0 commit comments

Comments
 (0)