Skip to content

Commit

Permalink
Version 1.3.6.0
Browse files Browse the repository at this point in the history
- Added sign assembly attributes and key file for strong named assemblies (thanks to greggbjensen)
- Fix the span position of the intersect operators (thanks to joerivv)
  • Loading branch information
Roel van der Steen committed Jan 15, 2019
1 parent 01e53ef commit af5647a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/XLParser/XLParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@

<PropertyGroup>
<TargetFrameworks>net452;net461;netstandard1.6</TargetFrameworks>
<Version>1.3.5.0</Version>
<Version>1.3.6.0</Version>
<PackageId>XLParser</PackageId>
<Company>TU Delft Spreadsheet Lab, Infotron</Company>
<Authors>TU Delft Spreadsheet Lab, Infotron</Authors>
<Description>A parser for Excel formulas</Description>
<AssemblyVersion>1.3.5.0</AssemblyVersion>
<FileVersion>1.3.5.0</FileVersion>
<AssemblyVersion>1.3.6.0</AssemblyVersion>
<FileVersion>1.3.6.0</FileVersion>
<PackageLicenseUrl>https://github.com/spreadsheetlab/XLParser/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/spreadsheetlab/XLParser</PackageProjectUrl>
<Copyright>Mozilla Public License, version 2.0</Copyright>
<RepositoryUrl>https://github.com/spreadsheetlab/XLParser</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>- Fix for @ in structured reference expressions (thanks to Jack Simpson)
<PackageReleaseNotes>- Added sign assembly attributes and key file for strong named assemblies (thanks to greggbjensen)
- Fix the span position of the intersect operators (thanks to joerivv)
</PackageReleaseNotes>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\signing.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit af5647a

Please sign in to comment.