From b4185ecd05f0f3051c43ba8d886a157efb14b53b Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 5 Nov 2017 18:45:53 +0100 Subject: [PATCH] Numerics: try to drive AssemblyInfo and NuSpec from csproj --- src/Numerics/Numerics.csproj | 38 ++++++++++++++++++++++--- src/Numerics/Properties/AssemblyInfo.cs | 14 --------- 2 files changed, 34 insertions(+), 18 deletions(-) diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index 50088fdd..63aed385 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -1,13 +1,43 @@  net40;netstandard1.3 - false - True - Math.Numerics - true Library MathNet.Numerics MathNet.Numerics + true + MathNet.Numerics + 0.0.0 + alpha0 + 0.0.0-alpha0 + 0.0.0-alpha0 + 0.0.0.0 + 0.0.0.0 + Math.NET Numerics + Christoph Ruegg, Marcus Cuda, Jurgen Van Gael + Math.NET Project + Math.NET Numerics + + 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. + Supports .Net Framework 4.0 or higher and .Net Standard 1.3 or higher, on Windows, Linux and Mac. + + Copyright Math.NET Project + false + https://numerics.mathdotnet.com/License.html + https://numerics.mathdotnet.com/ + https://www.mathdotnet.com/images/MathNet128.png + Release Notes + math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft + $(OutputPath) + false + https://github.com/mathnet/mathnet-numerics + git + en + false + true + false + true + false + true NETSTANDARD;NOSYSNUMERICS diff --git a/src/Numerics/Properties/AssemblyInfo.cs b/src/Numerics/Properties/AssemblyInfo.cs index f480cadf..da1a1a3a 100644 --- a/src/Numerics/Properties/AssemblyInfo.cs +++ b/src/Numerics/Properties/AssemblyInfo.cs @@ -35,23 +35,11 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; #endif -[assembly: AssemblyDescription("Math.NET Numerics, providing methods and algorithms for numerical computations in science, engineering and every day use.")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Math.NET Project")] -[assembly: AssemblyProduct("Math.NET Numerics")] -[assembly: AssemblyCopyright("Copyright (c) Math.NET Project")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] [assembly: CLSCompliant(true)] -[assembly: NeutralResourcesLanguage("en")] -[assembly: AssemblyVersion("3.20.0.0")] -[assembly: AssemblyFileVersion("3.20.0.0")] -[assembly: AssemblyInformationalVersion("3.20.0")] #if PORTABLE || NETSTANDARD -[assembly: AssemblyTitle("Math.NET Numerics - Portable Edition")] [assembly: InternalsVisibleTo("MathNet.Numerics.UnitTests")] [assembly: InternalsVisibleTo("MathNet.Numerics.UnitTests7")] [assembly: InternalsVisibleTo("MathNet.Numerics.UnitTests47")] @@ -61,13 +49,11 @@ using System.Runtime.InteropServices; #elif NET35 -[assembly: AssemblyTitle("Math.NET Numerics - .Net 3.5 Edition")] [assembly: InternalsVisibleTo("MathNet.Numerics.UnitTests")] [assembly: InternalsVisibleTo("MathNet.Numerics.UnitTestsNet35")] #else -[assembly: AssemblyTitle("Math.NET Numerics")] [assembly: ComVisible(false)] [assembly: Guid("7b66646f-f0ee-425d-9065-910d1937a2df")]