Skip to content

Commit 0102e50

Browse files
committed
incremented version to 0.4
1 parent 2c31814 commit 0102e50

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

ThinkSharp.FormulaParser/ThinkSharp.FormulaParser.csproj

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@
99
<Company>ThinkSharp</Company>
1010
<Description>A formula parser with fluent API that allows parsing and evaluation of mathematically formulas. Features: functions, constants, variables, scientific numbers, focus on customization and flexibility.</Description>
1111
<Copyright>© 2019 Jan-Niklas Schäfer</Copyright>
12-
<AssemblyVersion>0.3.0.0</AssemblyVersion>
13-
<FileVersion>0.3.0.0</FileVersion>
12+
<AssemblyVersion>0.4.0.0</AssemblyVersion>
13+
<FileVersion>0.4.0.0</FileVersion>
1414
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
15-
<PackageReleaseNotes>added support for binary (0x1001101) / hexadecimal (0x134A) number representations
16-
added helper methods for handling parsing result</PackageReleaseNotes>
15+
<PackageReleaseNotes>added another handle method for simlifying the handling of parsing / evaluation results.
16+
added helper class for validating identifier names
17+
added visitor for cloning a parsing tree
18+
changed .ctor access modifier from internal to public for node types
19+
removed formula text from formula node</PackageReleaseNotes>
1720
<PackageProjectUrl>https://github.com/JanDotNet/ThinkSharp.FormulaParser</PackageProjectUrl>
1821
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
19-
<Version>0.3.0</Version>
22+
<Version>0.4.0</Version>
2023
<PackageLicenseExpression></PackageLicenseExpression>
2124
</PropertyGroup>
2225

0 commit comments

Comments
 (0)