Files
quantconnect--lean/Logging/QuantConnect.Logging.nuspec
Juan José D'Ambrosio bda5b11cc2 Nuspec files added for all projects.
Launcher project is packed as `QuantConnect.Lean`but as a mean ot having all Lean features just calling one package. 

In the same sense, `QuantConnect.Algorithm.CSharp` is included as package and added as dependecy in the `QuantConnect.Lean` package just to have a working example aailable out-of-the-box.
2018-04-13 07:28:34 -03:00

31 lines
1.7 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>$description$</description>
<copyright>$copyright$</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>