File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace XLParser
88 /// <summary>
99 /// Contains the XLParser grammar
1010 /// </summary>
11- [ Language ( "Excel Formulas" , "1.5.2 " , "Grammar for Excel Formulas" ) ]
11+ [ Language ( "Excel Formulas" , "1.6.0 " , "Grammar for Excel Formulas" ) ]
1212 public class ExcelFormulaGrammar : Grammar
1313 {
1414 #region 1-Terminals
Original file line number Diff line number Diff line change 66 <PackageId >XLParser</PackageId >
77 <Description >A parser for Excel formulas</Description >
88 <PackageTags >parser excel formula</PackageTags >
9- <AssemblyVersion >1.5.2 .0</AssemblyVersion >
10- <FileVersion >1.5.2 .0</FileVersion >
11- <Version >1.5.2 .0</Version >
9+ <AssemblyVersion >1.6.0 .0</AssemblyVersion >
10+ <FileVersion >1.6.0 .0</FileVersion >
11+ <Version >1.6.0 .0</Version >
1212 <PackageReleaseNotes >
13- - Improved parsing of external links with URLs (#137, #138, #140)
14- - Improved parsing of external links with network paths (#135, #142)
13+ - Improved support for structured (table) references (#116, #132, #147)
14+ - Add table specifiers and table columns in parser reference
15+ - Fix: escape characters in external links (#136, #152)
16+ - Fix: large range incorrectly parsed (#154, #156)
1517 </PackageReleaseNotes >
1618 <PackageLicenseExpression >MPL-2.0</PackageLicenseExpression >
1719 <PackageProjectUrl >https://spreadsheetlab.github.io/XLParser</PackageProjectUrl >
You can’t perform that action at this time.
0 commit comments