Skip to content

Commit

Permalink
Version 1.3.8
Browse files Browse the repository at this point in the history
- Fixed parser fails on formulas with addin (.xla) explicit references (#53 and #84)
- Add ParserReference.RefError
  • Loading branch information
Roel van der Steen committed Feb 3, 2020
1 parent 8a797e8 commit 47cdbbd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/XLParser/XLParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
<PackageId>XLParser</PackageId>
<Description>A parser for Excel formulas</Description>
<PackageTags>parser excel formula</PackageTags>
<AssemblyVersion>1.3.7.0</AssemblyVersion>
<FileVersion>1.3.7.0</FileVersion>
<Version>1.3.7.0</Version>
<AssemblyVersion>1.3.8.0</AssemblyVersion>
<FileVersion>1.3.8.0</FileVersion>
<Version>1.3.8.0</Version>
<PackageReleaseNotes>
- Added method for getting all references (to cells or ranges) included in formulas (thanks to aivaloglou)
- Fixed regression where the parse tree was used before testing if the parser was successful
- Updated Irony.NetCore from 1.0.10 to 1.0.11
- Fixed parser fails on formulas with addin (.xla) explicit references (#53 and #84)
- Add ParserReference.RefError
</PackageReleaseNotes>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/spreadsheetlab/XLParser</PackageProjectUrl>
Expand Down

0 comments on commit 47cdbbd

Please sign in to comment.