Skip to content

Commit

Permalink
switch to v0.1.0-alpha002
Browse files Browse the repository at this point in the history
  • Loading branch information
BobLd committed Sep 22, 2020
1 parent e4de67e commit e9584ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Tabula.Csv/Tabula.Csv.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;netstandard2.0;net45;net451;net452;net46;net461;net462;net47</TargetFrameworks>
<Description>Extract tables from PDF files (port of tabula-java using PdfPig). Csv and Tsv writers.</Description>
<PackageProjectUrl>https://github.com/BobLd/tabula-sharp</PackageProjectUrl>
<Version>0.1.0-alpha001</Version>
<Version>0.1.0-alpha002</Version>
<Authors>BobLd</Authors>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Tabula.Json/Tabula.Json.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;netstandard2.0;net45;net451;net452;net46;net461;net462;net47</TargetFrameworks>
<Description>Extract tables from PDF files (port of tabula-java using PdfPig). Json writer.</Description>
<PackageProjectUrl>https://github.com/BobLd/tabula-sharp</PackageProjectUrl>
<Version>0.1.0-alpha001</Version>
<Version>0.1.0-alpha002</Version>
<Company>BobLd</Company>
<Authors>BobLd</Authors>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tabula/Tabula.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageProjectUrl>https://github.com/BobLd/tabula-sharp</PackageProjectUrl>
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<FileVersion>0.1.0.0</FileVersion>
<Version>0.1.0-alpha001</Version>
<Version>0.1.0-alpha002</Version>
<Authors>BobLd</Authors>
<Company>BobLd</Company>
</PropertyGroup>
Expand Down

0 comments on commit e9584ea

Please sign in to comment.