Skip to content

Commit

Permalink
Version 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemJann committed Jan 7, 2025
1 parent c5299ad commit 128d8ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 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.3", "Grammar for Excel Formulas")]
[Language("Excel Formulas", "1.7.4", "Grammar for Excel Formulas")]
public class ExcelFormulaGrammar : Grammar
{
#region 1-Terminals
Expand Down
14 changes: 8 additions & 6 deletions src/XLParser/XLParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
<PackageId>XLParser</PackageId>
<Description>A parser for Excel formulas</Description>
<PackageTags>parser excel formula</PackageTags>
<AssemblyVersion>1.7.3.0</AssemblyVersion>
<FileVersion>1.7.3.0</FileVersion>
<Version>1.7.3.0</Version>
<AssemblyVersion>1.7.4.0</AssemblyVersion>
<FileVersion>1.7.4.0</FileVersion>
<Version>1.7.4.0</Version>
<PackageReleaseNotes>
- Allow numbers that start with decimal point (#191)
- Fixed issues related to external workbook url path (#195)
- Update packages to latest version (#196)
- 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)
</PackageReleaseNotes>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://spreadsheetlab.github.io/XLParser</PackageProjectUrl>
Expand Down

0 comments on commit 128d8ee

Please sign in to comment.