-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathNumpyDotNet.nuspec
28 lines (26 loc) · 1.4 KB
/
NumpyDotNet.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
<?xml version="1.0"?>
<package >
<metadata>
<id>NumpyDotNet</id>
<version>0.9.86.6</version>
<authors>Kevin McKenna</authors>
<owners>Baseline Software Solutions, Inc.</owners>
<licenseUrl>https://github.com/Quansight-Labs/numpy.net/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/Quansight-Labs/numpy.net</projectUrl>
<iconUrl>https://github.com/Quansight-Labs/numpy.net/blob/master/Database.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This library provides a 100% pure .NET implementation of the NumPy API. Multi-threaded, fast and accurate.</description>
<releaseNotes>Fix for customer reported issue in np.where</releaseNotes>
<copyright>Copyright 2025, Baseline Software Solutions, Inc.</copyright>
<tags>NumPy, .NET, C#, Financial, Machine Learning</tags>
<dependencies>
<dependency id="Microsoft.CSharp" version="4.5.0" />
<dependency id="NETStandard.Library" version="2.0.3" />
<dependency id="System.Dynamic.Runtime" version="4.3.0" />
</dependencies>
</metadata>
<files>
<file src="D:\GitHub\Baseline Software\numpy.net\src\NumpyDotNet\NumpyDotNet\bin\Release\netstandard2.0\NumpyDotNet.dll" target="lib\netstandard2.0" />
<file src="D:\GitHub\Baseline Software\numpy.net\src\NumpyDotNet\NumpyDotNet\NumpyDotNet.xml" target="lib\netstandard2.0" />
</files>
</package>