Skip to content

Commit

Permalink
Version 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemJann committed Feb 13, 2025
1 parent b54691c commit fb9af41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/XLParser/ExcelFormulaGrammar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace XLParser
/// <summary>
/// Contains the XLParser grammar
/// </summary>
[Language("Excel Formulas", "1.7.4", "Grammar for Excel Formulas")]
[Language("Excel Formulas", "1.7.5", "Grammar for Excel Formulas")]
public class ExcelFormulaGrammar : Grammar
{
#region 1-Terminals
Expand Down
14 changes: 6 additions & 8 deletions src/XLParser/XLParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
<PackageId>XLParser</PackageId>
<Description>A parser for Excel formulas</Description>
<PackageTags>parser excel formula</PackageTags>
<AssemblyVersion>1.7.4.0</AssemblyVersion>
<FileVersion>1.7.4.0</FileVersion>
<Version>1.7.4.0</Version>
<AssemblyVersion>1.7.5.0</AssemblyVersion>
<FileVersion>1.7.5.0</FileVersion>
<Version>1.7.5.0</Version>
<PackageReleaseNotes>
- Fix structured reference confused for filename (#199)
- Fix exclamation mark not recognized as unary operator (#203)
- Fix unable to parse .xls extension in file path (#204)
- Fix tilde in external workbook network path (#206)
- Fixed issues related to external workbook url path (#207)
- Fix ignored start/end spaces in structured reference column name (#210)
- Fix parse errors for structured references confused with filenames (#211)
- Support quoted multiple sheet reference in parser references (#213)
</PackageReleaseNotes>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://spreadsheetlab.github.io/XLParser</PackageProjectUrl>
Expand Down

0 comments on commit fb9af41

Please sign in to comment.