forked from krs43/ib-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Krs.Ats.IBNet.nuspec
21 lines (21 loc) · 1 KB
/
Krs.Ats.IBNet.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package xmlns=
"http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Krs.Ats.IBNet</id>
<version>0.0.0.0</version>
<title>Interactive Brokers C# Library</title>
<authors>Karl Schulze</authors>
<owners>Karl Schulze</owners>
<projectUrl>http://code.google.com/p/ib-csharp/</projectUrl>
<licenseUrl>http://ib-csharp.googlecode.com/hg/License.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Library to connect to Interactive Brokers Trader Workstation for receiving market data and placing / managing trades.</description>
<tags>IB TWS IBNet IBCSharp CSharp API AlgoTrading Trading</tags>
</metadata>
<files>
<file src="Krs.Ats.IBNet\Bin\Release\Krs.Ats.IBNet.dll" target="lib\net20" />
<file src="Krs.Ats.IBNet\Bin\Release\Krs.Ats.IBNet.pdb" target="lib\net20" />
<file src="Krs.Ats.IBNet\Bin\Release\Krs.Ats.IBNet.XML" target="lib\net20" />
</files>
</package>