File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### 3.0.0-beta1 - 2021-12-23
2+ * New binary names and package structure with runtime folders
3+
14### 2.6.0-beta3 - 2021-12-19
25* Experimental build with runtime folders for sdk projects
36
Original file line number Diff line number Diff line change 5151//
5252
5353VS_VERSION_INFO VERSIONINFO
54- FILEVERSION 2,6 ,0,0
55- PRODUCTVERSION 2,6 ,0,0
54+ FILEVERSION 3,0 ,0,0
55+ PRODUCTVERSION 3,0 ,0,0
5656 FILEFLAGSMASK 0x17L
5757#ifdef _DEBUG
5858 FILEFLAGS 0x1L
@@ -70,12 +70,12 @@ BEGIN
7070 VALUE "Comments", "http://numerics.mathdotnet.com/"
7171 VALUE "CompanyName", "Math.NET"
7272 VALUE "FileDescription", "MathNET Numerics MKL Native Provider"
73- VALUE "FileVersion", "2.6 .0.0"
73+ VALUE "FileVersion", "3.0 .0.0"
7474 VALUE "InternalName", "Math.NET"
7575 VALUE "LegalCopyright", "Copyright (C) Math.NET 2009-2021"
7676 VALUE "OriginalFilename", "libMathNetNumercisMKL"
7777 VALUE "ProductName", "Math.NET Numerics"
78- VALUE "ProductVersion", "2.6 .0.0"
78+ VALUE "ProductVersion", "3.0 .0.0"
7979 END
8080 END
8181 BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments