-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathIntrinioRealTimeClient.nuspec
43 lines (43 loc) · 2.24 KB
/
IntrinioRealTimeClient.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<package>
<metadata>
<id>IntrinioRealTimeClient</id>
<version>12.9.0</version>
<title>Intrinio SDK for Real-Time Stock and Option Prices</title>
<authors>Intrinio</authors>
<owners>Intrinio</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://github.com/intrinio/intrinio-realtime-csharp-sdk</projectUrl>
<description>Intrinio provides real-time stock and option prices via a two-way WebSocket connection.</description>
<releaseNotes>Version 12.9.0 release.</releaseNotes>
<copyright>Copyright 2024 Intrinio</copyright>
<tags>fintech stocks options prices websocket real-time market finance</tags>
<dependencies>
<group targetFramework="net8.0">
<dependency id="Microsoft.Extensions.Configuration" version="9.0.0" />
<dependency id="Microsoft.Extensions.Configuration.Binder" version="9.0.0" />
<dependency id="Microsoft.Extensions.Configuration.Json" version="9.0.0" />
<dependency id="Serilog" version="4.1.0" />
<dependency id="Serilog.Settings.Configuration" version="8.0.4" />
<dependency id="Serilog.Sinks.Console" version="6.0.0" />
<dependency id="Serilog.Sinks.File" version="6.0.0" />
<dependency id="System.Text.Json" version="9.0.0" />
<dependency id="Intrinio.SDK" version="7.11.0" />
<dependency id="Intrinio.Collections" version="1.0.2" />
</group>
</dependencies>
</metadata>
<files>
<file src="SampleApp/bin/Release/net8.0/Intrinio.Realtime.dll" target="lib/net8.0" />
<file src="SampleApp/bin/Release/net8.0/Intrinio.Realtime.xml" target="lib/net8.0" />
<file src="SampleApp/bin/Release/net8.0/Intrinio.Realtime.pdb" target="lib/net8.0" />
<file src="SampleApp/bin/Release/net8.0/config.json" target="lib/net8.0" />
<file src="SampleApp/bin/Release/net8.0/SampleApp.deps.json" target="lib/net8.0" />
<file src="SampleApp/bin/Release/net8.0/SampleApp.dll" target="lib/net8.0" />
<file src="SampleApp/bin/Release/net8.0/SampleApp.pdb" target="lib/net8.0" />
<file src="SampleApp/bin/Release/net8.0/SampleApp.runtimeconfig.json" target="lib/net8.0" />
<file src="intrinio.png" target="intrinio.png" />
<file src="README.md" target="README.md" />
</files>
</package>