From 60f998404082e5d7fadc365755aa9cb991240b26 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Mon, 4 Aug 2014 18:56:07 +0200 Subject: [PATCH] Build: replace PCL profile 344 with 328 (.Net 4.0+ instead of only 4.5+) --- MathNet.Numerics.All.sln | 10 ++++---- MathNet.Numerics.Portable.sln | 10 ++++---- README.md | 4 ++-- build.fsx | 16 ++++++------- docs/content/index.fsx | 4 ++-- src/Data/Matlab/Properties/AssemblyInfo.cs | 2 +- src/Data/Text/Properties/AssemblyInfo.cs | 2 +- src/DataUnitTests/Properties/AssemblyInfo.cs | 2 +- src/FSharp/AssemblyInfo.fs | 2 +- ...le344.fsproj => FSharp-Portable328.fsproj} | 22 ++++++++--------- src/FSharpUnitTests/AssemblyInfo.fs | 1 + ...roj => FSharpUnitTests-Portable328.fsproj} | 24 +++++++++---------- ...344.csproj => Numerics-Portable328.csproj} | 16 ++++++------- src/Numerics/Properties/AssemblyInfo.cs | 5 ++-- src/UnitTests/Properties/AssemblyInfo.cs | 1 + ...44.csproj => UnitTests-Portable328.csproj} | 18 +++++++------- 16 files changed, 70 insertions(+), 69 deletions(-) rename src/FSharp/{FSharp-Portable344.fsproj => FSharp-Portable328.fsproj} (83%) rename src/FSharpUnitTests/{FSharpUnitTests-Portable344.fsproj => FSharpUnitTests-Portable328.fsproj} (85%) rename src/Numerics/{Numerics-Portable344.csproj => Numerics-Portable328.csproj} (85%) rename src/UnitTests/{UnitTests-Portable344.csproj => UnitTests-Portable328.csproj} (96%) diff --git a/MathNet.Numerics.All.sln b/MathNet.Numerics.All.sln index fc5894c1..42c4a5a7 100644 --- a/MathNet.Numerics.All.sln +++ b/MathNet.Numerics.All.sln @@ -32,15 +32,15 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests-Portable47", "src EndProject Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpUnitTests-Portable47", "src\FSharpUnitTests\FSharpUnitTests-Portable47.fsproj", "{90CE8E32-354E-4728-8FE6-87342F469321}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Portable344", "Portable344", "{9D409E95-D567-4C2F-A0DF-87A6DF5B3A2E}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Portable328", "Portable328", "{9D409E95-D567-4C2F-A0DF-87A6DF5B3A2E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Numerics-Portable344", "src\Numerics\Numerics-Portable344.csproj", "{1A3065FD-105D-4AF1-85B9-0A4A26FFB353}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Numerics-Portable328", "src\Numerics\Numerics-Portable328.csproj", "{1A3065FD-105D-4AF1-85B9-0A4A26FFB353}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests-Portable344", "src\UnitTests\UnitTests-Portable344.csproj", "{2B6BE5F8-843E-4E36-8B8E-9CA3C9503198}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests-Portable328", "src\UnitTests\UnitTests-Portable328.csproj", "{2B6BE5F8-843E-4E36-8B8E-9CA3C9503198}" EndProject -Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp-Portable344", "src\FSharp\FSharp-Portable344.fsproj", "{8A60894F-D090-4FC5-9535-E244E90A44C1}" +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp-Portable328", "src\FSharp\FSharp-Portable328.fsproj", "{8A60894F-D090-4FC5-9535-E244E90A44C1}" EndProject -Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpUnitTests-Portable344", "src\FSharpUnitTests\FSharpUnitTests-Portable344.fsproj", "{EC24DA9F-8772-491D-BA56-3ADA75072B3D}" +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpUnitTests-Portable328", "src\FSharpUnitTests\FSharpUnitTests-Portable328.fsproj", "{EC24DA9F-8772-491D-BA56-3ADA75072B3D}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Net35", "Net35", "{14DAACDA-AD68-4AAE-B65F-9F6C60866327}" EndProject diff --git a/MathNet.Numerics.Portable.sln b/MathNet.Numerics.Portable.sln index da7539ae..2c80e774 100644 --- a/MathNet.Numerics.Portable.sln +++ b/MathNet.Numerics.Portable.sln @@ -32,15 +32,15 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests-Portable47", "src EndProject Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpUnitTests-Portable47", "src\FSharpUnitTests\FSharpUnitTests-Portable47.fsproj", "{90CE8E32-354E-4728-8FE6-87342F469321}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Portable344", "Portable344", "{9D409E95-D567-4C2F-A0DF-87A6DF5B3A2E}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Portable328", "Portable328", "{9D409E95-D567-4C2F-A0DF-87A6DF5B3A2E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Numerics-Portable344", "src\Numerics\Numerics-Portable344.csproj", "{1A3065FD-105D-4AF1-85B9-0A4A26FFB353}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Numerics-Portable328", "src\Numerics\Numerics-Portable328.csproj", "{1A3065FD-105D-4AF1-85B9-0A4A26FFB353}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests-Portable344", "src\UnitTests\UnitTests-Portable344.csproj", "{2B6BE5F8-843E-4E36-8B8E-9CA3C9503198}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests-Portable328", "src\UnitTests\UnitTests-Portable328.csproj", "{2B6BE5F8-843E-4E36-8B8E-9CA3C9503198}" EndProject -Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp-Portable344", "src\FSharp\FSharp-Portable344.fsproj", "{8A60894F-D090-4FC5-9535-E244E90A44C1}" +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp-Portable328", "src\FSharp\FSharp-Portable328.fsproj", "{8A60894F-D090-4FC5-9535-E244E90A44C1}" EndProject -Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpUnitTests-Portable344", "src\FSharpUnitTests\FSharpUnitTests-Portable344.fsproj", "{EC24DA9F-8772-491D-BA56-3ADA75072B3D}" +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpUnitTests-Portable328", "src\FSharpUnitTests\FSharpUnitTests-Portable328.fsproj", "{EC24DA9F-8772-491D-BA56-3ADA75072B3D}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{B54A0B40-DE22-49FB-B1C0-6E5BDA3B0B2F}" ProjectSection(SolutionItems) = preProject diff --git a/README.md b/README.md index b84385b4..095134ab 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,13 @@ Alternatively you can also download the binaries in Zip packages, available on [ Supported Platforms: - .Net 4.0, .Net 3.5 and Mono: Windows, Linux and Mac. -- PCL Portable Profiles 47 and 344: Windows 8, Silverlight 5, Windows Phone/SL 8, Windows Phone 8.1. +- PCL Portable Profiles 47 and 328: Windows 8, Silverlight 5, Windows Phone/SL 8, Windows Phone 8.1. - Xamarin: Android, iOS Dependencies: - .Net 4.0 and higher, Mono, PCL Profile 47: `System.Numerics` (part of the .Net framework, usually in the GAC) -- PCL Profile 344: None +- PCL Profile 328: None - .Net 3.5: [Task Parallel Library for .NET 3.5](http://www.nuget.org/packages/TaskParallelLibrary) Building Math.NET Numerics diff --git a/build.fsx b/build.fsx index 0b8d18b4..d9f9ecca 100644 --- a/build.fsx +++ b/build.fsx @@ -65,15 +65,15 @@ trace (sprintf " Math.NET Numerics v%s" packageVersion) let summary = "Math.NET Numerics, providing methods and algorithms for numerical computations in science, engineering and every day use." let 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. " -let support = "Supports .Net 4.0, .Net 3.5 and Mono on Windows, Linux and Mac; Silverlight 5, WindowsPhone/SL 8, WindowsPhone 8.1 and Windows 8 with PCL Portable Profiles 47 and 344; Android/iOS with Xamarin." -let supportFsharp = "Supports F# 3.0 on .Net 4.0 and Mono on Windows, Linux and Mac; Silverlight 5, WindowsPhone/SL 8, WindowsPhone 8.1 and Windows 8 with PCL Portable Profiles 47 and 344; Android/iOS with Xamarin." +let support = "Supports .Net 4.0, .Net 3.5 and Mono on Windows, Linux and Mac; Silverlight 5, WindowsPhone/SL 8, WindowsPhone 8.1 and Windows 8 with PCL Portable Profiles 47 and 328; Android/iOS with Xamarin." +let supportFsharp = "Supports F# 3.0 on .Net 4.0 and Mono on Windows, Linux and Mac; Silverlight 5, WindowsPhone/SL 8, WindowsPhone 8.1 and Windows 8 with PCL Portable Profiles 47 and 328; Android/iOS with Xamarin." let supportSigned = "Supports .Net 4.0." let tags = "math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft" let libnet35 = "lib/net35" let libnet40 = "lib/net40" let libpcl47 = "lib/portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1" -let libpcl344 = "lib/portable-net45+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1" +let libpcl328 = "lib/portable-net40+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1" let numericsPack = { Id = "MathNet.Numerics" @@ -88,7 +88,7 @@ let numericsPack = Files = [ @"..\..\out\lib\Net35\MathNet.Numerics.*", Some libnet35, Some @"**\MathNet.Numerics.FSharp.*"; @"..\..\out\lib\Net40\MathNet.Numerics.*", Some libnet40, Some @"**\MathNet.Numerics.FSharp.*"; @"..\..\out\lib\Profile47\MathNet.Numerics.*", Some libpcl47, Some @"**\MathNet.Numerics.FSharp.*"; - @"..\..\out\lib\Profile344\MathNet.Numerics.*", Some libpcl344, Some @"**\MathNet.Numerics.FSharp.*"; + @"..\..\out\lib\Profile328\MathNet.Numerics.*", Some libpcl328, Some @"**\MathNet.Numerics.FSharp.*"; @"..\..\src\Numerics\**\*.cs", Some "src/Common", None ] } let fsharpPack = @@ -100,8 +100,8 @@ let fsharpPack = Dependencies = [{ FrameworkVersion=""; Dependencies=[ "MathNet.Numerics", RequireExactly packageVersion ] }] Files = [ @"..\..\out\lib\Net40\MathNet.Numerics.FSharp.*", Some libnet40, None; @"..\..\out\lib\Profile47\MathNet.Numerics.FSharp.*", Some libpcl47, None; - @"..\..\out\lib\Profile344\MathNet.Numerics.FSharp.*", Some libpcl344, None; - @"..\..\out\lib\Profile344\MathNet.Numerics.FSharp.*", Some libpcl344, None; + @"..\..\out\lib\Profile328\MathNet.Numerics.FSharp.*", Some libpcl328, None; + @"..\..\out\lib\Profile328\MathNet.Numerics.FSharp.*", Some libpcl328, None; @"MathNet.Numerics.fsx", None, None; @"..\..\src\FSharp\**\*.fs", Some "src/Common", None ] } @@ -232,8 +232,8 @@ Target "Start" DoNothing Target "Clean" (fun _ -> CleanDirs [ "obj" ] CleanDirs [ "out/api"; "out/docs"; "out/packages" ] - CleanDirs [ "out/lib/Net35"; "out/lib/Net40"; "out/lib/Profile47"; "out/lib/Profile344" ] - CleanDirs [ "out/test/Net35"; "out/test/Net40"; "out/test/Profile47"; "out/test/Profile344" ] + CleanDirs [ "out/lib/Net35"; "out/lib/Net40"; "out/lib/Profile47"; "out/lib/Profile328" ] + CleanDirs [ "out/test/Net35"; "out/test/Net40"; "out/test/Profile47"; "out/test/Profile328" ] CleanDirs [ "out/lib-signed/Net40"; "out/test-signed/Net40" ] // Signed Build CleanDirs [ "out/MKL"; "out/ATLAS" ] // Native Providers CleanDirs [ "out/Data" ]) // Data Extensions diff --git a/docs/content/index.fsx b/docs/content/index.fsx index 257c3554..0383181b 100644 --- a/docs/content/index.fsx +++ b/docs/content/index.fsx @@ -24,7 +24,7 @@ The recommended way to get Math.NET Numerics is to use NuGet. The following pack Supported Platforms: - .Net 4.0, .Net 3.5 and Mono: Windows, Linux and Mac. -- PCL Portable Profiles 47 and 344: Windows 8, Silverlight 5, Windows Phone/SL 8, Windows Phone 8.1. +- PCL Portable Profiles 47 and 328: Windows 8, Silverlight 5, Windows Phone/SL 8, Windows Phone 8.1. - Xamarin: Android, iOS Alternatively you can also download the binaries in Zip packages, available on [CodePlex](http://mathnetnumerics.codeplex.com/releases): @@ -35,7 +35,7 @@ Alternatively you can also download the binaries in Zip packages, available on [ Dependencies: - .Net 4.0 and higher, Mono, PCL Profile 47: `System.Numerics` (part of the .Net framework, usually in the GAC) -- PCL Profile 344: None +- PCL Profile 328: None - .Net 3.5: [Task Parallel Library for .NET 3.5](http://www.nuget.org/packages/TaskParallelLibrary) diff --git a/src/Data/Matlab/Properties/AssemblyInfo.cs b/src/Data/Matlab/Properties/AssemblyInfo.cs index 96e9b9c0..104fff3d 100644 --- a/src/Data/Matlab/Properties/AssemblyInfo.cs +++ b/src/Data/Matlab/Properties/AssemblyInfo.cs @@ -35,7 +35,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Marcus Cuda, Christoph Ruegg")] [assembly: AssemblyProduct("Math.NET Numerics")] -[assembly: AssemblyCopyright("Copyright © Math.NET Project")] +[assembly: AssemblyCopyright("Copyright (c) Math.NET Project")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: CLSCompliant(true)] diff --git a/src/Data/Text/Properties/AssemblyInfo.cs b/src/Data/Text/Properties/AssemblyInfo.cs index 23469270..828c23fa 100644 --- a/src/Data/Text/Properties/AssemblyInfo.cs +++ b/src/Data/Text/Properties/AssemblyInfo.cs @@ -35,7 +35,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Marcus Cuda, Christoph Ruegg")] [assembly: AssemblyProduct("Math.NET Numerics")] -[assembly: AssemblyCopyright("Copyright © Math.NET Project")] +[assembly: AssemblyCopyright("Copyright (c) Math.NET Project")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: CLSCompliant(true)] diff --git a/src/DataUnitTests/Properties/AssemblyInfo.cs b/src/DataUnitTests/Properties/AssemblyInfo.cs index b6a90ad3..d29d32f7 100644 --- a/src/DataUnitTests/Properties/AssemblyInfo.cs +++ b/src/DataUnitTests/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("NUnitTests")] -[assembly: AssemblyCopyright("Copyright © 2013")] +[assembly: AssemblyCopyright("Copyright (c) Math.NET Project")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/src/FSharp/AssemblyInfo.fs b/src/FSharp/AssemblyInfo.fs index 63a6fa66..cde5a8dd 100644 --- a/src/FSharp/AssemblyInfo.fs +++ b/src/FSharp/AssemblyInfo.fs @@ -40,7 +40,7 @@ open System.Runtime.InteropServices [] [] [] -[] +[] [] [] [] diff --git a/src/FSharp/FSharp-Portable344.fsproj b/src/FSharp/FSharp-Portable328.fsproj similarity index 83% rename from src/FSharp/FSharp-Portable344.fsproj rename to src/FSharp/FSharp-Portable328.fsproj index d8a7ef20..5af575e6 100644 --- a/src/FSharp/FSharp-Portable344.fsproj +++ b/src/FSharp/FSharp-Portable328.fsproj @@ -7,18 +7,18 @@ {8A60894F-D090-4FC5-9535-E244E90A44C1} Library v4.0 - Profile344 + Profile328 2.3.5.0 MathNet.Numerics.FSharp MathNet.Numerics - FSharp-Portable344 + FSharp-Portable328 TRACE;PORTABLE;NOSYSNUMERICS - ..\..\out\lib\Profile344\ - ..\..\obj\lib\Profile344\ - ..\..\obj\lib\Profile344\ - ..\..\out\lib\Profile344\MathNet.Numerics.FSharp.XML + ..\..\out\lib\Profile328\ + ..\..\obj\lib\Profile328\ + ..\..\obj\lib\Profile328\ + ..\..\out\lib\Profile328\MathNet.Numerics.FSharp.XML true true pdbonly @@ -26,9 +26,9 @@ TRACE;DEBUG;PORTABLE;NOSYSNUMERICS - ..\..\out\lib-debug\Profile344\ - ..\..\obj\lib-debug\Profile344\ - ..\..\obj\lib-debug\Profile344\ + ..\..\out\lib-debug\Profile328\ + ..\..\obj\lib-debug\Profile328\ + ..\..\obj\lib-debug\Profile328\ false false true @@ -67,8 +67,8 @@ FSharp.Core.dll $(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\FSharp\.NETPortable\$(TargetFSharpCoreVersion)\FSharp.Core.dll - - Numerics-Portable344 + + Numerics-Portable328 {1A3065FD-105D-4AF1-85B9-0A4A26FFB353} diff --git a/src/FSharpUnitTests/AssemblyInfo.fs b/src/FSharpUnitTests/AssemblyInfo.fs index 1753be59..261cdb6c 100644 --- a/src/FSharpUnitTests/AssemblyInfo.fs +++ b/src/FSharpUnitTests/AssemblyInfo.fs @@ -8,6 +8,7 @@ open System.Runtime.InteropServices [] [] [] +[] [] [] diff --git a/src/FSharpUnitTests/FSharpUnitTests-Portable344.fsproj b/src/FSharpUnitTests/FSharpUnitTests-Portable328.fsproj similarity index 85% rename from src/FSharpUnitTests/FSharpUnitTests-Portable344.fsproj rename to src/FSharpUnitTests/FSharpUnitTests-Portable328.fsproj index 9996ebbc..4fc996f6 100644 --- a/src/FSharpUnitTests/FSharpUnitTests-Portable344.fsproj +++ b/src/FSharpUnitTests/FSharpUnitTests-Portable328.fsproj @@ -7,9 +7,9 @@ {EC24DA9F-8772-491D-BA56-3ADA75072B3D} Library FSharpPortableUnitTests - MathNet.Numerics.FSharp.UnitTests344 + MathNet.Numerics.FSharp.UnitTests328 v4.5 - FSharpUnitTests-Portable344 + FSharpUnitTests-Portable328 11 4.3.0.0 ..\..\ @@ -17,9 +17,9 @@ TRACE;PORTABLE;NOSYSNUMERICS - ..\..\out\test\Profile344\ - ..\..\obj\test\Profile344\ - ..\..\obj\test\Profile344\ + ..\..\out\test\Profile328\ + ..\..\obj\test\Profile328\ + ..\..\obj\test\Profile328\ true true pdbonly @@ -29,9 +29,9 @@ DEBUG;TRACE;PORTABLE;NOSYSNUMERICS - ..\..\out\test-debug\Profile344\ - ..\..\obj\test-debug\Profile344\ - ..\..\obj\test-debug\Profile344\ + ..\..\out\test-debug\Profile328\ + ..\..\obj\test-debug\Profile328\ + ..\..\obj\test-debug\Profile328\ false false true @@ -75,12 +75,12 @@ - - FSharp-Portable344 + + FSharp-Portable328 {8A60894F-D090-4FC5-9535-E244E90A44C1} - - Numerics-Portable344 + + Numerics-Portable328 {1A3065FD-105D-4AF1-85B9-0A4A26FFB353} diff --git a/src/Numerics/Numerics-Portable344.csproj b/src/Numerics/Numerics-Portable328.csproj similarity index 85% rename from src/Numerics/Numerics-Portable344.csproj rename to src/Numerics/Numerics-Portable328.csproj index 86dd2cb8..828f4395 100644 --- a/src/Numerics/Numerics-Portable344.csproj +++ b/src/Numerics/Numerics-Portable328.csproj @@ -11,7 +11,7 @@ MathNet.Numerics MathNet.Numerics v4.0 - Profile344 + Profile328 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ..\..\ @@ -19,10 +19,10 @@ TRACE;PORTABLE;NOSYSNUMERICS - ..\..\out\lib\Profile344\ - ..\..\obj\lib\Profile344\ - ..\..\obj\lib\Profile344\ - ..\..\out\lib\Profile344\MathNet.Numerics.XML + ..\..\out\lib\Profile328\ + ..\..\obj\lib\Profile328\ + ..\..\obj\lib\Profile328\ + ..\..\out\lib\Profile328\MathNet.Numerics.XML true pdbonly prompt @@ -32,9 +32,9 @@ TRACE;DEBUG;PORTABLE;NOSYSNUMERICS - ..\..\out\lib-debug\Profile344\ - ..\..\obj\lib-debug\Profile344\ - ..\..\obj\lib-debug\Profile344\ + ..\..\out\lib-debug\Profile328\ + ..\..\obj\lib-debug\Profile328\ + ..\..\obj\lib-debug\Profile328\ false full true diff --git a/src/Numerics/Properties/AssemblyInfo.cs b/src/Numerics/Properties/AssemblyInfo.cs index 2f9088b8..e14d6e3d 100644 --- a/src/Numerics/Properties/AssemblyInfo.cs +++ b/src/Numerics/Properties/AssemblyInfo.cs @@ -39,7 +39,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET Numerics")] -[assembly: AssemblyCopyright("Copyright © Math.NET Project")] +[assembly: AssemblyCopyright("Copyright (c) Math.NET Project")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: CLSCompliant(true)] @@ -54,8 +54,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("Math.NET Numerics - Portable Edition")] [assembly: InternalsVisibleTo("MathNet.Numerics.UnitTests")] [assembly: InternalsVisibleTo("MathNet.Numerics.UnitTests47")] -[assembly: InternalsVisibleTo("MathNet.Numerics.UnitTests136")] -[assembly: InternalsVisibleTo("MathNet.Numerics.UnitTests344")] +[assembly: InternalsVisibleTo("MathNet.Numerics.UnitTests328")] #elif NET35 diff --git a/src/UnitTests/Properties/AssemblyInfo.cs b/src/UnitTests/Properties/AssemblyInfo.cs index 4d14f60c..c7ca41d9 100644 --- a/src/UnitTests/Properties/AssemblyInfo.cs +++ b/src/UnitTests/Properties/AssemblyInfo.cs @@ -5,6 +5,7 @@ using MathNet.Numerics.UnitTests; [assembly: AssemblyTitle("Math.NET Numerics Unit Tests")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET Numerics")] +[assembly: AssemblyCopyright("Copyright (c) Math.NET Project")] [assembly: ComVisible(false)] [assembly: Guid("04157581-63f3-447b-a277-83c6e69126a4")] diff --git a/src/UnitTests/UnitTests-Portable344.csproj b/src/UnitTests/UnitTests-Portable328.csproj similarity index 96% rename from src/UnitTests/UnitTests-Portable344.csproj rename to src/UnitTests/UnitTests-Portable328.csproj index 1f0fa200..a065505c 100644 --- a/src/UnitTests/UnitTests-Portable344.csproj +++ b/src/UnitTests/UnitTests-Portable328.csproj @@ -8,7 +8,7 @@ Library Properties MathNet.Numerics.UnitTests - MathNet.Numerics.UnitTests344 + MathNet.Numerics.UnitTests328 v4.5 512 ..\..\ @@ -16,9 +16,9 @@ TRACE;PORTABLE;NOSYSNUMERICS - ..\..\out\test\Profile344\ - ..\..\obj\test\Profile344\ - ..\..\obj\test\Profile344\ + ..\..\out\test\Profile328\ + ..\..\obj\test\Profile328\ + ..\..\obj\test\Profile328\ true pdbonly prompt @@ -28,9 +28,9 @@ TRACE;DEBUG;PORTABLE;NOSYSNUMERICS - ..\..\out\test-debug\Profile344\ - ..\..\obj\test-debug\Profile344\ - ..\..\obj\test-debug\Profile344\ + ..\..\out\test-debug\Profile328\ + ..\..\obj\test-debug\Profile328\ + ..\..\obj\test-debug\Profile328\ false full true @@ -332,9 +332,9 @@ - + {1A3065FD-105D-4AF1-85B9-0A4A26FFB353} - Numerics-Portable344 + Numerics-Portable328