diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7a29cf91..f2c13a6b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,6 @@ +### 4.4.1 - 2018-05-06 +* Build: strong-name edition .Signed NuGet packages are available again + ### 4.4.0 - 2018-02-25 * Linear Algebra: managed provider performance improvements on basic vector arithmetics diff --git a/src/FSharp.Tests/AssemblyInfo.fs b/src/FSharp.Tests/AssemblyInfo.fs index 6e229e5e..0cb13cb0 100644 --- a/src/FSharp.Tests/AssemblyInfo.fs +++ b/src/FSharp.Tests/AssemblyInfo.fs @@ -10,9 +10,9 @@ open System.Runtime.InteropServices [] [] -[] -[] -[] +[] +[] +[] [] [] diff --git a/src/FSharp/AssemblyInfo.fs b/src/FSharp/AssemblyInfo.fs index 475fc103..394b9797 100644 --- a/src/FSharp/AssemblyInfo.fs +++ b/src/FSharp/AssemblyInfo.fs @@ -44,9 +44,9 @@ open System.Runtime.InteropServices [] [] -[] -[] -[] +[] +[] +[] [] [] diff --git a/src/FSharp/FSharp.fsproj b/src/FSharp/FSharp.fsproj index 85d9d6b8..0ec20b7e 100644 --- a/src/FSharp/FSharp.fsproj +++ b/src/FSharp/FSharp.fsproj @@ -7,15 +7,15 @@ MathNet.Numerics true MathNet.Numerics.FSharp$(PackageIdSuffix) - 4.4.0 + 4.4.1 - 4.4.0 - 4.4.0 - 4.4.0.0 - 4.4.0.0 + 4.4.1 + 4.4.1 + 4.4.1.0 + 4.4.1.0 Math.NET Numerics for F#$(TitleSuffix) 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. Supports .Net Framework 4.5 or higher and .Net Standard 1.6 or higher, on Windows, Linux and Mac.$(DescriptionSuffix) - Linear Algebra: managed provider performance improvements on basic vector arithmetics + Build: strong-name edition .Signed NuGet packages are available again fsharp F# math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft false en diff --git a/src/Numerics.Tests/Properties/AssemblyInfo.cs b/src/Numerics.Tests/Properties/AssemblyInfo.cs index 07517898..61d3339f 100644 --- a/src/Numerics.Tests/Properties/AssemblyInfo.cs +++ b/src/Numerics.Tests/Properties/AssemblyInfo.cs @@ -9,8 +9,8 @@ using MathNet.Numerics.UnitTests; [assembly: ComVisible(false)] [assembly: Guid("04157581-63f3-447b-a277-83c6e69126a4")] -[assembly: AssemblyVersion("4.4.0.0")] -[assembly: AssemblyFileVersion("4.4.0.0")] -[assembly: AssemblyInformationalVersion("4.4.0")] +[assembly: AssemblyVersion("4.4.1.0")] +[assembly: AssemblyFileVersion("4.4.1.0")] +[assembly: AssemblyInformationalVersion("4.4.1")] [assembly: UseLinearAlgebraProvider] diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index ac6d1c68..88e731d1 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -7,15 +7,15 @@ MathNet.Numerics true MathNet.Numerics$(PackageIdSuffix) - 4.4.0 + 4.4.1 - 4.4.0 - 4.4.0 - 4.4.0.0 - 4.4.0.0 + 4.4.1 + 4.4.1 + 4.4.1.0 + 4.4.1.0 Math.NET Numerics$(TitleSuffix) 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.$(DescriptionSuffix) - Linear Algebra: managed provider performance improvements on basic vector arithmetics + Build: strong-name edition .Signed NuGet packages are available again math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft false en diff --git a/src/TestData/Properties/AssemblyInfo.cs b/src/TestData/Properties/AssemblyInfo.cs index 5d8ef132..09d24b19 100644 --- a/src/TestData/Properties/AssemblyInfo.cs +++ b/src/TestData/Properties/AssemblyInfo.cs @@ -15,5 +15,5 @@ using System.Runtime.InteropServices; [assembly: Guid("a4a6a08e-5265-4608-a43d-e4f2e210ba2d")] -[assembly: AssemblyVersion("4.4.0.0")] -[assembly: AssemblyFileVersion("4.4.0.0")] +[assembly: AssemblyVersion("4.4.1.0")] +[assembly: AssemblyFileVersion("4.4.1.0")]