Skip to content

Commit 130a71b

Browse files
committed
Set version to 1.3.1
1 parent 56c2dfe commit 130a71b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/XLParser/XLParser.csproj

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net452;net461;netstandard1.6</TargetFrameworks>
5-
<Version>1.3.0.0</Version>
5+
<Version>1.3.1.0</Version>
66
<PackageId>XLParser</PackageId>
77
<Company>TU Delft Spreadsheet Lab, Infotron</Company>
88
<Authors>TU Delft Spreadsheet Lab, Infotron</Authors>
99
<Description>A parser for Excel formulas</Description>
10-
<AssemblyVersion>1.3.0.0</AssemblyVersion>
11-
<FileVersion>1.3.0.0</FileVersion>
10+
<AssemblyVersion>1.3.1.0</AssemblyVersion>
11+
<FileVersion>1.3.1.0</FileVersion>
1212
<PackageLicenseUrl>https://github.com/spreadsheetlab/XLParser/blob/master/LICENSE.md</PackageLicenseUrl>
1313
<PackageProjectUrl>https://github.com/spreadsheetlab/XLParser</PackageProjectUrl>
1414
<Copyright>Mozilla Public License, version 2.0</Copyright>
1515
<RepositoryUrl>https://github.com/spreadsheetlab/XLParser</RepositoryUrl>
16+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1617
</PropertyGroup>
1718

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

0 commit comments

Comments
 (0)