-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIntrinio.Collections.nuspec
31 lines (30 loc) · 1.29 KB
/
Intrinio.Collections.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
<?xml version="1.0"?>
<package>
<metadata>
<id>Intrinio.Collections</id>
<version>3.0.0</version>
<title>Intrinio.Collections</title>
<authors>Intrinio</authors>
<owners>Intrinio</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">LICENSE</license>
<projectUrl>https://github.com/intrinio/intrinio-collections</projectUrl>
<description>Intrinio library for high performance, special-use collections.</description>
<releaseNotes>Version 3.0.0 release.</releaseNotes>
<copyright>Copyright 2025 Intrinio</copyright>
<tags>collections high-performance real-time concurrency</tags>
<dependencies>
<group targetFramework="net8.0">
</group>
</dependencies>
</metadata>
<files>
<file src="Intrinio.Collections/bin/Release/net8.0/Intrinio.Collections.dll" target="lib/net8.0" />
<file src="Intrinio.Collections/bin/Release/net8.0/Intrinio.Collections.xml" target="lib/net8.0" />
<file src="Intrinio.Collections/bin/Release/net8.0/Intrinio.Collections.pdb" target="lib/net8.0" />
<file src="Intrinio.Collections/bin/Release/net8.0/Intrinio.Collections.deps.json" target="lib/net8.0" />
<file src="intrinio.png" target="intrinio.png" />
<file src="README.md" target="README.md" />
<file src="LICENSE" target="LICENSE" />
</files>
</package>