Skip to content

Commit 227076f

Browse files
authored
remove AssemblyInfo.cs (#858)
1 parent b44075e commit 227076f

File tree

2 files changed

+1
-40
lines changed

2 files changed

+1
-40
lines changed

src/ExchangeSharp/ExchangeSharp.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard20</TargetFramework>
55
<Copyright>Copyright 2017, Digital Ruby, LLC - www.digitalruby.com</Copyright>
6-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
76
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
87
<LangVersion>8</LangVersion>
98
<PackageId>DigitalRuby.ExchangeSharp</PackageId>
109
<Title>ExchangeSharp - C# API for cryptocurrency exchanges</Title>
11-
<VersionPrefix>1.1.1</VersionPrefix>
1210
<Authors>jjxtra</Authors>
1311
<Description>ExchangeSharp is a C# API for working with various cryptocurrency exchanges. Web sockets are also supported for some exchanges.</Description>
1412
<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>
@@ -51,6 +49,7 @@
5149
<EmbeddedResource Include="Properties\Resources\PoloniexWithdrawalFields.csv" />
5250
<None Remove="nlog.config" />
5351
<EmbeddedResource Include="nlog.config" />
52+
<InternalsVisibleTo Include="ExchangeSharpTests" />
5453
</ItemGroup>
5554

5655
</Project>

src/ExchangeSharp/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)