17 lines
690 B
XML
17 lines
690 B
XML
<?xml version="1.0"?>
|
|
<package >
|
|
<metadata>
|
|
<id>$id$</id>
|
|
<version>$version$</version>
|
|
<title>$title$</title>
|
|
<authors>$author$</authors>
|
|
<owners>$author$</owners>
|
|
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
|
|
<projectUrl>https://github.com/Weingartner/System.Numerics.DoubleVectors</projectUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Copy of System.Numerics.Vectors except using double types</description>
|
|
<releaseNotes>Moved into own namespace so as not to collide with System.Numerics</releaseNotes>
|
|
<copyright>Copyright 2016</copyright>
|
|
<tags>math numerics</tags>
|
|
</metadata>
|
|
</package> |