From 7dd9e779d6d7e884c34ad3877bb726fa02d21577 Mon Sep 17 00:00:00 2001 From: Mariusz Gromada Date: Sat, 19 Oct 2024 23:49:03 +0200 Subject: [PATCH] v.6.1 Sagitara --- CURRENT/c-sharp/mXparser.nuspec | 2 +- CURRENT/java/src-jar-build/jar-build-jdk1.23.bat | 5 +++++ CURRENT/java/src-jar-build/jar-build.bat | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 CURRENT/java/src-jar-build/jar-build-jdk1.23.bat diff --git a/CURRENT/c-sharp/mXparser.nuspec b/CURRENT/c-sharp/mXparser.nuspec index 5a5fd618..4dac95b6 100644 --- a/CURRENT/c-sharp/mXparser.nuspec +++ b/CURRENT/c-sharp/mXparser.nuspec @@ -11,7 +11,7 @@ images\icon.png mXparser is a super easy, rich, fast and highly flexible math expression parser library (parser and evaluator of mathematical expressions / formulas provided as plain text / string). Software delivers easy to use API for JAVA, Android and C# .NET/MONO (Common Language Specification compliant: F#, Visual Basic, C++/CLI). *** If you find the software useful donation or purchase is something you might consider: https://mathparser.org/donate/ *** Online store: https://payhip.com/INFIMA *** Scalar Scientific Calculator, Charts and Scripts, Scalar Lite: https://play.google.com/store/apps/details?id=org.mathparser.scalar.lite *** Scalar Pro: https://play.google.com/store/apps/details?id=org.mathparser.scalar.pro *** ScalarMath.org: https://scalarmath.org/ *** MathSpace.pl: https://mathspace.pl/ *** mXparser is a super easy, rich, fast and highly flexible math expression parser library (parser and evaluator of mathematical expressions / formulas provided as plain text / string). Software delivers easy to use API for JAVA, Android and C# .NET/MONO (Common Language Specification compliant: F#, Visual Basic, C++/CLI). Expression parser comes with extensive documentation, easy to follow tutorial, "Hello World!" projects for different languages explained with many screenshots, and finally - last, but not least - performance test summary. Formula evaluator is distributed under the DUAL LICENSE model, that is designed to meet the needs of both Non-Commercial Use and Commercial Use. - v.6.1 Sagitara + v.6.1 Sagitara: C++ support, Chinese language added Copyright © 2010 - 2024, Mariusz Gromada - MathParser.org Math Mathematics Mathematical Expression Expressions Parser Formula Evaluator Calculator Units Solve Probability Integration Derivative Calculus Recursion Operator Logic Condition Bitwise Custom MONO .NET Core Standard PCL Xamarin Android iOS Unary Binary Ternary Quaternary Quinary Senary Septenary Octal Nonary Decimal Undecimal Duodecimal Tridecimal Tetradecimal Pentadecimal Hexadecimal Base_N LICENSE.txt diff --git a/CURRENT/java/src-jar-build/jar-build-jdk1.23.bat b/CURRENT/java/src-jar-build/jar-build-jdk1.23.bat new file mode 100644 index 00000000..89d45b8b --- /dev/null +++ b/CURRENT/java/src-jar-build/jar-build-jdk1.23.bat @@ -0,0 +1,5 @@ +SET ROOT_PATH=%MXPARSER_ROOT_PATH%\MathParser.org-mXparser\CURRENT\java +SET JDK_VER=23 +SET JDK_HOME=%JDK_ROOT_PATH%\jdk%JDK_VER% + +%ROOT_PATH%\src-jar-build\jar-build.bat \ No newline at end of file diff --git a/CURRENT/java/src-jar-build/jar-build.bat b/CURRENT/java/src-jar-build/jar-build.bat index 41b79f35..2fd17d28 100644 --- a/CURRENT/java/src-jar-build/jar-build.bat +++ b/CURRENT/java/src-jar-build/jar-build.bat @@ -1,5 +1,5 @@ SET MXPARSER=MathParser.org-mXparser -SET VER=v.6.0.0 +SET VER=v.6.1.0 SET JAVAC="%JDK_HOME%\bin\javac" SET JAR="%JDK_HOME%\bin\jar" SET MANIFEST=%ROOT_PATH%\Manifest.txt