Skip to content

Commit

Permalink
Version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemJann committed Jan 19, 2023
1 parent 52b87ec commit 673b6d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/XLParser/ExcelFormulaGrammar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace XLParser
/// <summary>
/// Contains the XLParser grammar
/// </summary>
[Language("Excel Formulas", "1.6.2", "Grammar for Excel Formulas")]
[Language("Excel Formulas", "1.6.3", "Grammar for Excel Formulas")]
public class ExcelFormulaGrammar : Grammar
{
#region 1-Terminals
Expand Down
11 changes: 5 additions & 6 deletions src/XLParser/XLParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
<PackageId>XLParser</PackageId>
<Description>A parser for Excel formulas</Description>
<PackageTags>parser excel formula</PackageTags>
<AssemblyVersion>1.6.2.0</AssemblyVersion>
<FileVersion>1.6.2.0</FileVersion>
<Version>1.6.2.0</Version>
<AssemblyVersion>1.6.3.0</AssemblyVersion>
<FileVersion>1.6.3.0</FileVersion>
<Version>1.6.3.0</Version>
<PackageReleaseNotes>
- Performance improvement: add prefixes to regex terminals (#161)
- Performance improvement: new terminal for Excel functions (#163)
- Fix: can't parse cell-like named range (#165)
- Fix: restrict row numbers in cell address (#167)
- Improve parser references, add parse tree node
</PackageReleaseNotes>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://spreadsheetlab.github.io/XLParser</PackageProjectUrl>
Expand Down

0 comments on commit 673b6d3

Please sign in to comment.