Skip to content

Commit b9a085d

Browse files
committed
Version 1.6.0
1 parent bdb6f75 commit b9a085d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

src/XLParser/ExcelFormulaGrammar.cs

Lines changed: 1 addition & 1 deletion
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.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

src/XLParser/XLParser.csproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
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>

0 commit comments

Comments
 (0)