Skip to content

Commit 673b6d3

Browse files
committed
Version 1.6.3
1 parent 52b87ec commit 673b6d3

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

src/XLParser/ExcelFormulaGrammar.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace XLParser
1111
/// <summary>
1212
/// Contains the XLParser grammar
1313
/// </summary>
14-
[Language("Excel Formulas", "1.6.2", "Grammar for Excel Formulas")]
14+
[Language("Excel Formulas", "1.6.3", "Grammar for Excel Formulas")]
1515
public class ExcelFormulaGrammar : Grammar
1616
{
1717
#region 1-Terminals

src/XLParser/XLParser.csproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
<PackageId>XLParser</PackageId>
77
<Description>A parser for Excel formulas</Description>
88
<PackageTags>parser excel formula</PackageTags>
9-
<AssemblyVersion>1.6.2.0</AssemblyVersion>
10-
<FileVersion>1.6.2.0</FileVersion>
11-
<Version>1.6.2.0</Version>
9+
<AssemblyVersion>1.6.3.0</AssemblyVersion>
10+
<FileVersion>1.6.3.0</FileVersion>
11+
<Version>1.6.3.0</Version>
1212
<PackageReleaseNotes>
13-
- Performance improvement: add prefixes to regex terminals (#161)
14-
- Performance improvement: new terminal for Excel functions (#163)
15-
- Fix: can't parse cell-like named range (#165)
13+
- Fix: restrict row numbers in cell address (#167)
14+
- Improve parser references, add parse tree node
1615
</PackageReleaseNotes>
1716
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
1817
<PackageProjectUrl>https://spreadsheetlab.github.io/XLParser</PackageProjectUrl>

0 commit comments

Comments
 (0)