diff --git a/Configuration/GlobalAssemblyInfo.cs b/Configuration/GlobalAssemblyInfo.cs index 5ddcd4ab4..23fb3ed69 100644 --- a/Configuration/GlobalAssemblyInfo.cs +++ b/Configuration/GlobalAssemblyInfo.cs @@ -15,7 +15,7 @@ internal static class RevisionClass public const string Major = "3"; public const string Minor = "10"; public const string Build = "0"; - public const string Revision = "3533"; + public const string Revision = "3534"; public const string MainVersion = Major + "." + Minor; public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision; diff --git a/Configuration/Version.defs b/Configuration/Version.defs index 6e87b4a5e..528c44ed9 100644 --- a/Configuration/Version.defs +++ b/Configuration/Version.defs @@ -1,4 +1,4 @@ -%MINOR%=10 -%REVISION%=3533 %COREVERSION%=0 +%REVISION%=3534 +%MINOR%=10 %MAJOR%=3 diff --git a/Release/pabcversion.txt b/Release/pabcversion.txt index 57fccf7fb..94a0c0d86 100644 --- a/Release/pabcversion.txt +++ b/Release/pabcversion.txt @@ -1 +1 @@ -3.10.0.3533 +3.10.0.3534 diff --git a/ReleaseGenerators/PascalABCNET_end.nsh b/ReleaseGenerators/PascalABCNET_end.nsh index 0ab74d4e3..f92427a5b 100644 --- a/ReleaseGenerators/PascalABCNET_end.nsh +++ b/ReleaseGenerators/PascalABCNET_end.nsh @@ -15,6 +15,9 @@ ExecWait '"$INSTDIR\ExecHide.exe" "$INSTDIR\gacutil.exe" /u "InteractiveDataDisplay.WPF"' ExecWait '"$INSTDIR\ExecHide.exe" "$INSTDIR\gacutil.exe" /i "$INSTDIR\Lib\InteractiveDataDisplay.WPF.dll"' + ExecWait '"$INSTDIR\ExecHide.exe" "$INSTDIR\gacutil.exe" /u "MathNet.Numerics.dll"' + ExecWait '"$INSTDIR\ExecHide.exe" "$INSTDIR\gacutil.exe" /i "$INSTDIR\Lib\MathNet.Numerics.dll"' + ;\MikhailoMMX Delete "$INSTDIR\gacutil.exe" diff --git a/ReleaseGenerators/PascalABCNET_version.nsh b/ReleaseGenerators/PascalABCNET_version.nsh index 1c8964f90..5d8bb2a61 100644 --- a/ReleaseGenerators/PascalABCNET_version.nsh +++ b/ReleaseGenerators/PascalABCNET_version.nsh @@ -1 +1 @@ -!define VERSION '3.10.0.3533' +!define VERSION '3.10.0.3534' diff --git a/ReleaseGenerators/sect_Core.nsh b/ReleaseGenerators/sect_Core.nsh index 6da0e7fe7..05a438e89 100644 --- a/ReleaseGenerators/sect_Core.nsh +++ b/ReleaseGenerators/sect_Core.nsh @@ -166,6 +166,7 @@ File ..\bin\Lib\HelixToolkit.dll File ..\bin\Lib\nunit.framework.dll File ..\bin\Lib\InteractiveDataDisplay.WPF.dll + File ..\bin\Lib\MathNet.Numerics.dll File ..\bin\Lib\turtle.png @@ -258,6 +259,7 @@ ${AddFile} "HelixToolkit.dll" ${AddFile} "nunit.framework.dll" ${AddFile} "InteractiveDataDisplay.WPF.dll" + ${AddFile} "MathNet.Numerics.dll" ${AddFile} "PABCRtl.pdb" @@ -276,6 +278,8 @@ Call NGEN Push "Lib\InteractiveDataDisplay.WPF.dll" Call NGEN + Push "Lib\MathNet.Numerics.dll" + Call NGEN SetOutPath "$INSTDIR\LibSource" diff --git a/bin/Lib/MathNet.Numerics.dll b/bin/Lib/MathNet.Numerics.dll new file mode 100644 index 000000000..2d04d4c5f Binary files /dev/null and b/bin/Lib/MathNet.Numerics.dll differ