From f390f85dac36a98c908b133f59482f9bdbf27f59 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sat, 19 Feb 2011 15:39:22 +0100 Subject: [PATCH] CI: Additional NuGet package for FSharp modules --- .../FSharp/MathNet.Numerics.FSharp.nuspec | 28 +++++++++++ build/NuGet/Numerics/MathNet.Numerics.nuspec | 50 +++++++++---------- build/NuGet/nuget.proj | 33 ++++++++---- 3 files changed, 76 insertions(+), 35 deletions(-) create mode 100644 build/NuGet/FSharp/MathNet.Numerics.FSharp.nuspec diff --git a/build/NuGet/FSharp/MathNet.Numerics.FSharp.nuspec b/build/NuGet/FSharp/MathNet.Numerics.FSharp.nuspec new file mode 100644 index 00000000..406dc72f --- /dev/null +++ b/build/NuGet/FSharp/MathNet.Numerics.FSharp.nuspec @@ -0,0 +1,28 @@ + + + + MathNet.Numerics.FSharp + 1.0 + Math.NET Numerics Extension: F# Modules + + F# Modules for Math.NET Numerics, providing methods and algorithms for + numerical computations in science, engineering and every day use. + + + F# Modules for Math.NET Numerics, 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. + + Marcus Cuda, Christoph Ruegg, Jurgen Van Gael + Christoph Ruegg + http://numerics.mathdotnet.com/ + http://www.mathdotnet.com/images/MathNet32.png + http://mathnetnumerics.codeplex.com/license + false + math numeric statistics probability integration interpolation linear algebra matrix fft + + + + + \ No newline at end of file diff --git a/build/NuGet/Numerics/MathNet.Numerics.nuspec b/build/NuGet/Numerics/MathNet.Numerics.nuspec index 1cd04395..3dc52610 100644 --- a/build/NuGet/Numerics/MathNet.Numerics.nuspec +++ b/build/NuGet/Numerics/MathNet.Numerics.nuspec @@ -1,28 +1,28 @@  - - MathNet.Numerics - 1.0 - Math.NET Numerics - - Math.NET Numerics, providing methods and algorithms for - numerical computations in science, engineering and every day use. - - - 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. - - Marcus Cuda, Christoph Ruegg, Jurgen Van Gael - Christoph Ruegg - http://numerics.mathdotnet.com/ - http://www.mathdotnet.com/images/MathNet32.png - http://mathnetnumerics.codeplex.com/license - false - math numeric statistics probability integration interpolation linear algebra matrix fft - - - - + + MathNet.Numerics + 1.0 + Math.NET Numerics + + Math.NET Numerics, providing methods and algorithms for + numerical computations in science, engineering and every day use. + + + 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. + + Marcus Cuda, Christoph Ruegg, Jurgen Van Gael + Christoph Ruegg + http://numerics.mathdotnet.com/ + http://www.mathdotnet.com/images/MathNet32.png + http://mathnetnumerics.codeplex.com/license + false + math numeric statistics probability integration interpolation linear algebra matrix fft + + + + \ No newline at end of file diff --git a/build/NuGet/nuget.proj b/build/NuGet/nuget.proj index aa232d54..df111ef8 100644 --- a/build/NuGet/nuget.proj +++ b/build/NuGet/nuget.proj @@ -1,43 +1,56 @@ - $(MSBuildProjectDirectory)/../../out/lib $(MSBuildProjectDirectory)/../../out/packages/NuGet $(MSBuildProjectDirectory)/Numerics + $(MSBuildProjectDirectory)/FSharp $(MSBuildProjectDirectory)/../../tools/NuGet-1.2/NuGet.exe - - + + + - + + - + + + + + Value="%(NumericsAssemblyInfo.Version)"/> + + + \ No newline at end of file