From dd38f0f725b69c379c7d71f81c5430a11fbeb9e6 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 1 May 2011 20:50:23 +0200 Subject: [PATCH] NuGet: MathNet.Numerics Code Sample package --- build/NuGet/.gitignore | 1 + .../MathNet.Numerics.Sample.nuspec | 23 ++++++++++++++++ build/NuGet/nuget.proj | 27 +++++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 build/NuGet/Numerics.Sample/MathNet.Numerics.Sample.nuspec diff --git a/build/NuGet/.gitignore b/build/NuGet/.gitignore index 6c256743..7f036cee 100644 --- a/build/NuGet/.gitignore +++ b/build/NuGet/.gitignore @@ -1,2 +1,3 @@ lib content +samples \ No newline at end of file diff --git a/build/NuGet/Numerics.Sample/MathNet.Numerics.Sample.nuspec b/build/NuGet/Numerics.Sample/MathNet.Numerics.Sample.nuspec new file mode 100644 index 00000000..64456ead --- /dev/null +++ b/build/NuGet/Numerics.Sample/MathNet.Numerics.Sample.nuspec @@ -0,0 +1,23 @@ + + + + MathNet.Numerics.Sample + 1.0 + Math.NET Numerics Code Samples + 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/MathNet128.png + http://mathnetnumerics.codeplex.com/license + false + sample code 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 c48e02ce..45c82c21 100644 --- a/build/NuGet/nuget.proj +++ b/build/NuGet/nuget.proj @@ -1,12 +1,15 @@ + $(MSBuildProjectDirectory)/../.. + $(MSBuildProjectDirectory)/../../src/Examples $(MSBuildProjectDirectory)/../../out/lib $(MSBuildProjectDirectory)/../../out/packages/NuGet $(MSBuildProjectDirectory)/Numerics $(MSBuildProjectDirectory)/FSharp + $(MSBuildProjectDirectory)/Numerics.Sample $(MSBuildProjectDirectory)/../../tools/NuGet-1.3/nuget.exe @@ -14,6 +17,7 @@ + @@ -28,6 +32,9 @@ + + + @@ -42,6 +49,7 @@ XmlFileName="$(NumericsPack)/MathNet.Numerics.nuspec" XPath="//package/n:metadata/n:version" Value="%(NumericsAssemblyInfo.Version)"/> + + + + + + + + + \ No newline at end of file