diff --git a/MathNet.Numerics.sln b/MathNet.Numerics.sln index 532e5ac3..8c278125 100644 --- a/MathNet.Numerics.sln +++ b/MathNet.Numerics.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.27110.0 +VisualStudioVersion = 15.0.27128.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Readme", "Readme", "{C2F37492-38AE-4186-8A7F-17B0B080942C}" ProjectSection(SolutionItems) = preProject @@ -9,7 +9,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Readme", "Readme", "{C2F374 CONTRIBUTORS.md = CONTRIBUTORS.md LICENSE.md = LICENSE.md README.md = README.md - RELEASENOTES-Native.md = RELEASENOTES-Native.md + RELEASENOTES-CUDA.md = RELEASENOTES-CUDA.md + RELEASENOTES-Data.md = RELEASENOTES-Data.md + RELEASENOTES-MKL.md = RELEASENOTES-MKL.md + RELEASENOTES-OpenBLAS.md = RELEASENOTES-OpenBLAS.md RELEASENOTES.md = RELEASENOTES.md EndProjectSection EndProject diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 998a8cc6..0b2abe8d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,7 @@ +### 4.0.0-alpha02 - 2017-11-30 +* Fixed whitespace and line breaks in package and assembly description +* Assembly code signing (X.509) + ### 4.0.0-alpha01 - 2017-11-26 * Prerelease to test .Net Standard support and establish dotnet SDK build automation diff --git a/src/FSharp/AssemblyInfo.fs b/src/FSharp/AssemblyInfo.fs index 9469e358..280e57dd 100644 --- a/src/FSharp/AssemblyInfo.fs +++ b/src/FSharp/AssemblyInfo.fs @@ -46,7 +46,7 @@ open System.Runtime.InteropServices [] [] -[] +[] #if PORTABLE || NETSTANDARD #else diff --git a/src/FSharp/FSharp.fsproj b/src/FSharp/FSharp.fsproj index 3217e0b1..97fd5fc3 100644 --- a/src/FSharp/FSharp.fsproj +++ b/src/FSharp/FSharp.fsproj @@ -7,9 +7,9 @@ true MathNet.Numerics.FSharp 4.0.0 - alpha01 - 4.0.0-alpha01 - 4.0.0-alpha01 + alpha02 + 4.0.0-alpha02 + 4.0.0-alpha02 4.0.0.0 4.0.0.0 Math.NET Numerics for F# @@ -22,7 +22,8 @@ https://numerics.mathdotnet.com/License.html https://numerics.mathdotnet.com/ https://www.mathdotnet.com/images/MathNet128.png - Prerelease to test .Net Standard support and establish dotnet SDK build automation + Fixed whitespace and line breaks in package and assembly description +Assembly code signing (X.509) fsharp F# math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft false https://github.com/mathnet/mathnet-numerics diff --git a/src/FSharpUnitTests/AssemblyInfo.fs b/src/FSharpUnitTests/AssemblyInfo.fs index 00190c1a..cce32133 100644 --- a/src/FSharpUnitTests/AssemblyInfo.fs +++ b/src/FSharpUnitTests/AssemblyInfo.fs @@ -12,7 +12,7 @@ open System.Runtime.InteropServices [] [] -[] +[] #if PORTABLE || NETSTANDARD #else diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index 6446b53d..4abd1070 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -7,9 +7,9 @@ true MathNet.Numerics 4.0.0 - alpha01 - 4.0.0-alpha01 - 4.0.0-alpha01 + alpha02 + 4.0.0-alpha02 + 4.0.0-alpha02 4.0.0.0 4.0.0.0 Math.NET Numerics @@ -22,7 +22,8 @@ https://numerics.mathdotnet.com/License.html https://numerics.mathdotnet.com/ https://www.mathdotnet.com/images/MathNet128.png - Prerelease to test .Net Standard support and establish dotnet SDK build automation + Fixed whitespace and line breaks in package and assembly description +Assembly code signing (X.509) math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft false https://github.com/mathnet/mathnet-numerics diff --git a/src/UnitTests/Properties/AssemblyInfo.cs b/src/UnitTests/Properties/AssemblyInfo.cs index 40ae79ed..26e8db27 100644 --- a/src/UnitTests/Properties/AssemblyInfo.cs +++ b/src/UnitTests/Properties/AssemblyInfo.cs @@ -11,6 +11,6 @@ using MathNet.Numerics.UnitTests; [assembly: AssemblyVersion("4.0.0.0")] [assembly: AssemblyFileVersion("4.0.0.0")] -[assembly: AssemblyInformationalVersion("4.0.0-alpha01")] +[assembly: AssemblyInformationalVersion("4.0.0-alpha02")] [assembly: UseLinearAlgebraProvider]