Browse Source

CI: NuGet release build tweaking

la-knuth
Christoph Ruegg 16 years ago
parent
commit
10ff713f64
  1. 18
      build/NuGet/Numerics/MathNet.Numerics.nuspec
  2. 1
      build/NuGet/nuget.proj

18
build/NuGet/Numerics/MathNet.Numerics.nuspec

@ -2,15 +2,25 @@
<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>MathNet.Numerics</id>
<version>2011.2.18.1097</version>
<version>1.0</version>
<title>Math.NET Numerics</title>
<description>Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use.</description>
<authors>Marcus Cuda, Christoph Ruegg, Jurgen Van Gael</authors>
<summary>
Math.NET Numerics, providing methods and algorithms for
numerical computations in science, engineering and every day use.
</summary>
<description>
Math.NET Numerics is the numerical foundation of the Math.NET project,
aiming to provide methods and algorithms for numerical computations
in science, engineering and every day use. Numerics is the result
of merging dnAnalytics with Math.NET Iridium and is intended to replace both.
</description>
<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>
<licenseUrl>http://mathnetnumerics.codeplex.com/license</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>Math Mathematics Numerics</tags>
<tags>math numeric statistics probability integration interpolation linear algebra matrix fft</tags>
<dependencies>
<dependency id="zlib.net" version="1.0" />
</dependencies>

1
build/NuGet/nuget.proj

@ -36,6 +36,7 @@
</Target>
<Target Name="BuildPackages" DependsOnTargets="UpdateNuspec">
<MakeDir Directories="$(OutNuGetPackages)" />
<Exec Command="$(NuGetExe) pack $(NumericsPack)/MathNet.Numerics.nuspec /v /o $(OutNuGetPackages)" />
</Target>

Loading…
Cancel
Save