-
Notifications
You must be signed in to change notification settings - Fork 15
/
NumpyDotNet.UnitTests.nuspec
28 lines (25 loc) · 1.29 KB
/
NumpyDotNet.UnitTests.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.UnitTests</id>
<version>0.9.73</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 package provides the unit tests for the NumpyDotNet library. Multi-threaded, fast and accurate.</description>
<releaseNotes>Fixed float operations that previously returned doubles incorrectly</releaseNotes>
<copyright>Copyright 2021, 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\UnitTests\NumpyDotNet.UnitTests.zip" target="NumpyDotNet.UnitTests" />
</files>
</package>