|
19 | 19 | <Product>IPBan</Product>
|
20 | 20 | <PackageReadmeFile>README.md</PackageReadmeFile>
|
21 | 21 | <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>
|
| 22 | + <VersionPrefix>1.2.0</VersionPrefix> |
22 | 23 | <RepositoryUrl>https://github.com/DigitalRuby/ExchangeSharp</RepositoryUrl>
|
23 | 24 | <RepositoryType>git</RepositoryType>
|
24 | 25 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
25 |
| - <IncludeSymbols>true</IncludeSymbols> |
26 |
| - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
27 |
| - <!--Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element)--> |
| 26 | + <!--Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element)--> |
28 | 27 | <PublishRepositoryUrl>true</PublishRepositoryUrl>
|
29 | 28 | <!--Embed source files that are not tracked by the source control manager in the PDB-->
|
30 | 29 | <EmbedUntrackedSources>true</EmbedUntrackedSources>
|
| 30 | + <!-- Recommended: Embed symbols containing Source Link in the main file (exe/dll) --> |
| 31 | + <DebugType>embedded</DebugType> |
31 | 32 | </PropertyGroup>
|
32 | 33 |
|
33 | 34 | <ItemGroup>
|
|
43 | 44 | <PrivateAssets>all</PrivateAssets>
|
44 | 45 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
45 | 46 | </PackageReference>
|
46 |
| - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/> |
47 | 47 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
48 | 48 | <PackageReference Include="NLog" Version="5.3.4" />
|
49 | 49 | <PackageReference Include="SocketIOClient" Version="3.1.2" />
|
50 | 50 | <PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.0" />
|
51 | 51 | <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.1" />
|
| 52 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/> |
| 53 | + <PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.4" PrivateAssets="All"/> |
52 | 54 | </ItemGroup>
|
53 | 55 |
|
54 | 56 | <ItemGroup>
|
|
0 commit comments