File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net452;net461;netstandard1.6</TargetFrameworks >
5
- <Version >1.3.0 .0</Version >
5
+ <Version >1.3.1 .0</Version >
6
6
<PackageId >XLParser</PackageId >
7
7
<Company >TU Delft Spreadsheet Lab, Infotron</Company >
8
8
<Authors >TU Delft Spreadsheet Lab, Infotron</Authors >
9
9
<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 >
12
12
<PackageLicenseUrl >https://github.com/spreadsheetlab/XLParser/blob/master/LICENSE.md</PackageLicenseUrl >
13
13
<PackageProjectUrl >https://github.com/spreadsheetlab/XLParser</PackageProjectUrl >
14
14
<Copyright >Mozilla Public License, version 2.0</Copyright >
15
15
<RepositoryUrl >https://github.com/spreadsheetlab/XLParser</RepositoryUrl >
16
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
16
17
</PropertyGroup >
17
18
18
19
<PropertyGroup Condition =" '$(TargetFramework)' == 'net40' " >
You can’t perform that action at this time.
0 commit comments