Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemJann committed Aug 5, 2022
1 parent bdb6f75 commit b9a085d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/XLParser/ExcelFormulaGrammar.cs
Expand Up @@ -8,7 +8,7 @@ namespace XLParser
/// <summary>
/// Contains the XLParser grammar
/// </summary>
[Language("Excel Formulas", "1.5.2", "Grammar for Excel Formulas")]
[Language("Excel Formulas", "1.6.0", "Grammar for Excel Formulas")]
public class ExcelFormulaGrammar : Grammar
{
#region 1-Terminals
Expand Down
12 changes: 7 additions & 5 deletions src/XLParser/XLParser.csproj
Expand Up @@ -6,12 +6,14 @@
<PackageId>XLParser</PackageId>
<Description>A parser for Excel formulas</Description>
<PackageTags>parser excel formula</PackageTags>
<AssemblyVersion>1.5.2.0</AssemblyVersion>
<FileVersion>1.5.2.0</FileVersion>
<Version>1.5.2.0</Version>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<FileVersion>1.6.0.0</FileVersion>
<Version>1.6.0.0</Version>
<PackageReleaseNotes>
- Improved parsing of external links with URLs (#137, #138, #140)
- Improved parsing of external links with network paths (#135, #142)
- Improved support for structured (table) references (#116, #132, #147)
- Add table specifiers and table columns in parser reference
- Fix: escape characters in external links (#136, #152)
- Fix: large range incorrectly parsed (#154, #156)
</PackageReleaseNotes>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://spreadsheetlab.github.io/XLParser</PackageProjectUrl>
Expand Down

0 comments on commit b9a085d

Please sign in to comment.