Skip to content

Commit

Permalink
v.6.1 Sagitara
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszgromada committed Oct 19, 2024
1 parent 610d486 commit 7dd9e77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CURRENT/c-sharp/mXparser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<icon>images\icon.png</icon>
<description>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/ ***</description>
<summary>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.</summary>
<releaseNotes>v.6.1 Sagitara</releaseNotes>
<releaseNotes>v.6.1 Sagitara: C++ support, Chinese language added</releaseNotes>
<copyright>Copyright © 2010 - 2024, Mariusz Gromada - MathParser.org</copyright>
<tags>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 </tags>
<license type="file">LICENSE.txt</license>
Expand Down
5 changes: 5 additions & 0 deletions CURRENT/java/src-jar-build/jar-build-jdk1.23.bat
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion CURRENT/java/src-jar-build/jar-build.bat
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7dd9e77

Please sign in to comment.