Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemJann committed Jul 16, 2020
1 parent 4c706d3 commit b6b3785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/XLParser/ExcelFormulaGrammar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace XLParser
/// <summary>
/// Contains the XLParser grammar
/// </summary>
[Language("Excel Formulas", "1.3.10", "Grammar for Excel Formulas")]
[Language("Excel Formulas", "1.4.1", "Grammar for Excel Formulas")]
public class ExcelFormulaGrammar : Grammar
{
#region 1-Terminals
Expand Down
9 changes: 4 additions & 5 deletions src/XLParser/XLParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
<PackageId>XLParser</PackageId>
<Description>A parser for Excel formulas</Description>
<PackageTags>parser excel formula</PackageTags>
<AssemblyVersion>1.3.10.0</AssemblyVersion>
<FileVersion>1.3.10.0</FileVersion>
<Version>1.3.10.0</Version>
<AssemblyVersion>1.4.1.0</AssemblyVersion>
<FileVersion>1.4.1.0</FileVersion>
<Version>1.4.1.0</Version>
<PackageReleaseNotes>
- Add support for formulas with a worksheet name that is #REF! (#76)
- Fix for UDF names consisting only of "R" or "C" (#56)
- Improved detection of external file names (#105)
</PackageReleaseNotes>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://spreadsheetlab.github.io/XLParser</PackageProjectUrl>
Expand Down

0 comments on commit b6b3785

Please sign in to comment.