csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
826 B
19 lines
826 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<id>@project@</id>
|
|
<version>@build.number@</version>
|
|
<title>@title@</title>
|
|
<summary>@summary@</summary>
|
|
<description>@description@</description>
|
|
<authors>@authors@</authors>
|
|
<projectUrl>https://numerics.mathdotnet.com/</projectUrl>
|
|
<iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl>
|
|
<licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<tags>@tags@</tags>
|
|
<releaseNotes>@releaseNotes@</releaseNotes>
|
|
@dependencies@
|
|
</metadata>
|
|
@files@
|
|
</package>
|
|
|