Files
quantconnect--lean/Configuration/QuantConnect.Configuration.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

23 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>QuantConnect.Configuration</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="Newtonsoft.Json" version="10.0.3" exclude="Build,Analyzers" />
<dependency id="QuantConnect.Logging" version="2.4.0.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>