Math.NET Numerics
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.
 
 
 

22 lines
999 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@
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Numerics" targetFramework="net40, win8, sl5, MonoAndroid1, MonoTouch1" />
</frameworkAssemblies>
</metadata>
@files@
</package>