Skip to content

Commit d7529fb

Browse files
committed
Version 1.6.1
1 parent 5234893 commit d7529fb

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

src/XLParser/ExcelFormulaGrammar.cs

+1-1
Original file line numberDiff line numberDiff 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

src/XLParser/XLParser.csproj

+5-7
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
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>

0 commit comments

Comments
 (0)