09c17b71ed
- Due to bug in nuget failing to replace description and copyright token, setting .nuspec description to match assembly description
31 lines
1.8 KiB
XML
31 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
|
|
<metadata>
|
|
<id>QuantConnect.Logging</id>
|
|
<version>$version$</version>
|
|
<authors>QuantConnect Team and Community Contributors</authors>
|
|
<owners>$author$</owners>
|
|
<licenseUrl>https://github.com/QuantConnect/Lean/blob/master/LICENSE</licenseUrl>
|
|
<projectUrl>https://github.com/QuantConnect/Lean</projectUrl>
|
|
<iconUrl>https://github.com/QuantConnect/Lean/blob/master/lean.ico</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>QuantConnect LEAN Engine: Logging Project - The logging library implementation</description>
|
|
<copyright>QuantConnect™ 2018. All Rights Reserved</copyright>
|
|
<tags>algorithm algorithmic-trading-engine bitcoins broker c-sharp cfd crypto finance future forex fxcm gdax hft hft-trading interactive-brokers lean-engine markets nasdaq oanda options python quant quantconnect quantitative-finance stock-indicators trading trading-algorithms trading-bot trading-platform trading-robots trading-strategies</tags>
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework4.5.2">
|
|
<dependency id="NLog" version="4.4.11" exclude="Build,Analyzers" />
|
|
<dependency id="MathNet.Filtering" version="0.4.0" exclude="Build,Analyzers"/>
|
|
<dependency id="MathNet.Numerics" version="3.19.0" exclude="Build,Analyzers"/>
|
|
</group>
|
|
</dependencies>
|
|
<frameworkAssemblies>
|
|
<frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework=".NETFramework4.5.2" />
|
|
<frameworkAssembly assemblyName="System.ComponentModel.Composition" targetFramework=".NETFramework4.5.2" />
|
|
</frameworkAssemblies>
|
|
<contentFiles>
|
|
<files include="any/net452/NLog.config" buildAction="Content" />
|
|
</contentFiles>
|
|
</metadata>
|
|
</package>
|