Browse Source

NuGet nuspec now pointing to 128p instead of 32p icon

pull/36/head
Christoph Ruegg 16 years ago
parent
commit
4959eef327
  1. 2
      build/NuGet/FSharp/MathNet.Numerics.FSharp.nuspec
  2. 2
      build/NuGet/Numerics/MathNet.Numerics.nuspec

2
build/NuGet/FSharp/MathNet.Numerics.FSharp.nuspec

@ -9,7 +9,7 @@
<authors>Marcus Cuda, Christoph Ruegg, Jurgen Van Gael</authors>
<owners>Christoph Ruegg</owners>
<projectUrl>http://numerics.mathdotnet.com/</projectUrl>
<iconUrl>http://www.mathdotnet.com/images/MathNet32.png</iconUrl>
<iconUrl>http://www.mathdotnet.com/images/MathNet128.png</iconUrl>
<licenseUrl>http://mathnetnumerics.codeplex.com/license</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft</tags>

2
build/NuGet/Numerics/MathNet.Numerics.nuspec

@ -9,7 +9,7 @@
<authors>Marcus Cuda, Christoph Ruegg, Jurgen Van Gael</authors>
<owners>Christoph Ruegg</owners>
<projectUrl>http://numerics.mathdotnet.com/</projectUrl>
<iconUrl>http://www.mathdotnet.com/images/MathNet32.png</iconUrl>
<iconUrl>http://www.mathdotnet.com/images/MathNet128.png</iconUrl>
<licenseUrl>http://mathnetnumerics.codeplex.com/license</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft</tags>

Loading…
Cancel
Save