Skip to content

Commit

Permalink
Set version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoepelman committed Nov 7, 2017
1 parent 56c2dfe commit 130a71b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/XLParser/XLParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@

<PropertyGroup>
<TargetFrameworks>net452;net461;netstandard1.6</TargetFrameworks>
<Version>1.3.0.0</Version>
<Version>1.3.1.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.0.0</AssemblyVersion>
<FileVersion>1.3.0.0</FileVersion>
<AssemblyVersion>1.3.1.0</AssemblyVersion>
<FileVersion>1.3.1.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>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net40' ">
Expand Down

0 comments on commit 130a71b

Please sign in to comment.