File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
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.6.0 " , "Grammar for Excel Formulas" ) ]
11+ [ Language ( "Excel Formulas" , "1.6.1 " , "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.6.0 .0</AssemblyVersion >
10- <FileVersion >1.6.0 .0</FileVersion >
11- <Version >1.6.0 .0</Version >
9+ <AssemblyVersion >1.6.1 .0</AssemblyVersion >
10+ <FileVersion >1.6.1 .0</FileVersion >
11+ <Version >1.6.1 .0</Version >
1212 <PackageReleaseNotes >
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)
13+ - Fix: missing rule in structured references grammar (#158)
14+ - Improve intersection of table references (#160)
1715 </PackageReleaseNotes >
1816 <PackageLicenseExpression >MPL-2.0</PackageLicenseExpression >
1917 <PackageProjectUrl >https://spreadsheetlab.github.io/XLParser</PackageProjectUrl >
You can’t perform that action at this time.
0 commit comments