Browse Source

Build: nuspec description and tag tweaks

pull/163/head
Christoph Ruegg 13 years ago
parent
commit
2b1b319caa
  1. 2
      build/NuGet/FSharp.Sample/MathNet.Numerics.FSharp.Sample.nuspec
  2. 4
      build/NuGet/FSharp.Signed/MathNet.Numerics.FSharp.Signed.nuspec
  3. 4
      build/NuGet/FSharp/MathNet.Numerics.FSharp.nuspec
  4. 2
      build/NuGet/Numerics.Sample/MathNet.Numerics.Sample.nuspec
  5. 4
      build/NuGet/Numerics.Signed/MathNet.Numerics.Signed.nuspec
  6. 4
      build/NuGet/Numerics/MathNet.Numerics.nuspec

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

@ -12,7 +12,7 @@
<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>
<tags>sample code math fsharp numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft example tutorial</tags>
<dependencies>
<dependency id="MathNet.Numerics.FSharp" version="1.0.0" />
</dependencies>

4
build/NuGet/FSharp.Signed/MathNet.Numerics.FSharp.Signed.nuspec

@ -4,7 +4,7 @@
<id>MathNet.Numerics.FSharp.Signed</id>
<version>1.0.0</version>
<title>Math.NET Numerics for F# - Signed Edition</title>
<summary>F# Modules for Math.NET Numerics, signed and thus with a strong name. We discourage using this package and recommend using MathNet.Numerics.FSharp instead, which is unsigned and weakly named.</summary>
<summary>F# Modules for Math.NET Numerics, signed and thus with a strong name. We recommend to use MathNet.Numerics.FSharp instead, which is unsigned and weakly named.</summary>
<description>F# Modules for Math.NET Numerics, signed and thus with a strong name. We discourage using this package and recommend using MathNet.Numerics.FSharp instead, which is unsigned and weakly named.</description>
<authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</authors>
<owners>Christoph Ruegg</owners>
@ -12,7 +12,7 @@
<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 signed strongname</tags>
<tags>math fsharp numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft signed strongname</tags>
<dependencies>
<dependency id="MathNet.Numerics.Signed" version="1.0.0" />
</dependencies>

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

@ -5,14 +5,14 @@
<version>1.0.0</version>
<title>Math.NET Numerics for F#</title>
<summary>F# Modules for Math.NET Numerics, providing methods and algorithms for numerical computations in science, engineering and every day use. Supports F# 3.0 with .Net 4 and higher, SL5 and .NET for Windows Store apps.</summary>
<description>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. Also includes a portable build supporting .Net 4.5, SL5 and .NET for Windows Store apps.</description>
<description>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. Also includes portable builds for profiles 47 and 126 supporting .Net 4.5, SL5 and .NET for Windows Store apps.</description>
<authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</authors>
<owners>Christoph Ruegg</owners>
<projectUrl>http://numerics.mathdotnet.com/</projectUrl>
<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>
<tags>math fsharp numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft</tags>
<dependencies>
<dependency id="MathNet.Numerics" version="1.0.0" />
</dependencies>

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

@ -12,7 +12,7 @@
<iconUrl>http://www.mathdotnet.com/images/MathNet128.png</iconUrl>
<licenseUrl>http://mathnetnumerics.codeplex.com/license</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>sample code math numeric statistics probability integration interpolation linear algebra matrix fft</tags>
<tags>sample code math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft example tutorial</tags>
<dependencies>
<dependency id="MathNet.Numerics" version="1.0.0" />
</dependencies>

4
build/NuGet/Numerics.Signed/MathNet.Numerics.Signed.nuspec

@ -4,7 +4,7 @@
<id>MathNet.Numerics.Signed</id>
<version>1.0.0</version>
<title>Math.NET Numerics - Signed Edition</title>
<summary>Math.NET Numerics, signed and thus with a strong name. We discourage using this package and recommend using MathNet.Numerics instead, which is unsigned and weakly named.</summary>
<summary>Math.NET Numerics, signed and thus with a strong name. We recommend to use MathNet.Numerics instead, which is unsigned and weakly named.</summary>
<description>Math.NET Numerics, signed and thus with a strong name. We discourage using this package and recommend using MathNet.Numerics instead, which is unsigned and weakly named.</description>
<authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</authors>
<owners>Christoph Ruegg</owners>
@ -12,7 +12,7 @@
<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 signed strongname</tags>
<tags>math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft signed strongname</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Numerics" targetFramework="net40, net45, windows8, sl5" />
</frameworkAssemblies>

4
build/NuGet/Numerics/MathNet.Numerics.nuspec

@ -5,14 +5,14 @@
<version>1.0.0</version>
<title>Math.NET Numerics</title>
<summary>Math.NET Numerics, providing methods and algorithms for numerical computations in science, engineering and every day use. Supports .Net 4 and higher, SL5, WP8 and .NET for Windows Store apps.</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. Also includes a portable build supporting .Net 4 and higher, SL5, WP8 and .NET for Windows Store apps.</description>
<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. Also includes portable builds for profiles 47 and 126 supporting .Net 4 and higher, SL5, WP8 and .NET for Windows Store apps.</description>
<authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</authors>
<owners>Christoph Ruegg</owners>
<projectUrl>http://numerics.mathdotnet.com/</projectUrl>
<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>
<tags>math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Numerics" targetFramework="net40, net45, windows8, sl5" />
</frameworkAssemblies>

Loading…
Cancel
Save