Skip to content

Commit

Permalink
remove AssemblyInfo.cs (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
vslee authored Nov 26, 2024
1 parent b44075e commit 227076f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
3 changes: 1 addition & 2 deletions src/ExchangeSharp/ExchangeSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
<PropertyGroup>
<TargetFramework>netstandard20</TargetFramework>
<Copyright>Copyright 2017, Digital Ruby, LLC - www.digitalruby.com</Copyright>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<LangVersion>8</LangVersion>
<PackageId>DigitalRuby.ExchangeSharp</PackageId>
<Title>ExchangeSharp - C# API for cryptocurrency exchanges</Title>
<VersionPrefix>1.1.1</VersionPrefix>
<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: 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>
Expand Down Expand Up @@ -51,6 +49,7 @@
<EmbeddedResource Include="Properties\Resources\PoloniexWithdrawalFields.csv" />
<None Remove="nlog.config" />
<EmbeddedResource Include="nlog.config" />
<InternalsVisibleTo Include="ExchangeSharpTests" />
</ItemGroup>

</Project>
38 changes: 0 additions & 38 deletions src/ExchangeSharp/Properties/AssemblyInfo.cs

This file was deleted.

0 comments on commit 227076f

Please sign in to comment.