diff --git a/src/XLParser/ExcelFormulaGrammar.cs b/src/XLParser/ExcelFormulaGrammar.cs
index edb08ad..83c65a1 100644
--- a/src/XLParser/ExcelFormulaGrammar.cs
+++ b/src/XLParser/ExcelFormulaGrammar.cs
@@ -11,7 +11,7 @@ namespace XLParser
///
/// Contains the XLParser grammar
///
- [Language("Excel Formulas", "1.7.0", "Grammar for Excel Formulas")]
+ [Language("Excel Formulas", "1.7.1", "Grammar for Excel Formulas")]
public class ExcelFormulaGrammar : Grammar
{
#region 1-Terminals
diff --git a/src/XLParser/XLParser.csproj b/src/XLParser/XLParser.csproj
index 0c24575..ae2141d 100644
--- a/src/XLParser/XLParser.csproj
+++ b/src/XLParser/XLParser.csproj
@@ -6,13 +6,12 @@
XLParser
A parser for Excel formulas
parser excel formula
- 1.7.0.0
- 1.7.0.0
- 1.7.0.0
+ 1.7.1.0
+ 1.7.1.0
+ 1.7.1.0
-- Target netstandard2.0 (#178)
-- Fix: cannot parse table reference to whole row (#177)
-- Fix: cannot parse table reference followed by sheet reference (#179)
+- Fix: invalid parser reference for range with reference in function (#181)
+- Support user defined functions in parser references (#182)
MPL-2.0
https://spreadsheetlab.github.io/XLParser