Skip to content

Commit 7dd9e77

Browse files
v.6.1 Sagitara
1 parent 610d486 commit 7dd9e77

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CURRENT/c-sharp/mXparser.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<icon>images\icon.png</icon>
1212
<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>
1313
<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>
14-
<releaseNotes>v.6.1 Sagitara</releaseNotes>
14+
<releaseNotes>v.6.1 Sagitara: C++ support, Chinese language added</releaseNotes>
1515
<copyright>Copyright © 2010 - 2024, Mariusz Gromada - MathParser.org</copyright>
1616
<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>
1717
<license type="file">LICENSE.txt</license>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
SET ROOT_PATH=%MXPARSER_ROOT_PATH%\MathParser.org-mXparser\CURRENT\java
2+
SET JDK_VER=23
3+
SET JDK_HOME=%JDK_ROOT_PATH%\jdk%JDK_VER%
4+
5+
%ROOT_PATH%\src-jar-build\jar-build.bat

CURRENT/java/src-jar-build/jar-build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SET MXPARSER=MathParser.org-mXparser
2-
SET VER=v.6.0.0
2+
SET VER=v.6.1.0
33
SET JAVAC="%JDK_HOME%\bin\javac"
44
SET JAR="%JDK_HOME%\bin\jar"
55
SET MANIFEST=%ROOT_PATH%\Manifest.txt

0 commit comments

Comments
 (0)