Skip to content

Commit

Permalink
Version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemJann committed Sep 14, 2023
1 parent e790709 commit 55563d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/XLParser/ExcelFormulaGrammar.cs
Expand Up @@ -11,7 +11,7 @@ namespace XLParser
/// <summary>
/// Contains the XLParser grammar
/// </summary>
[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
Expand Down
11 changes: 5 additions & 6 deletions src/XLParser/XLParser.csproj
Expand Up @@ -6,13 +6,12 @@
<PackageId>XLParser</PackageId>
<Description>A parser for Excel formulas</Description>
<PackageTags>parser excel formula</PackageTags>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
<FileVersion>1.7.0.0</FileVersion>
<Version>1.7.0.0</Version>
<AssemblyVersion>1.7.1.0</AssemblyVersion>
<FileVersion>1.7.1.0</FileVersion>
<Version>1.7.1.0</Version>
<PackageReleaseNotes>
- 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)
</PackageReleaseNotes>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://spreadsheetlab.github.io/XLParser</PackageProjectUrl>
Expand Down

0 comments on commit 55563d1

Please sign in to comment.