Skip to content

Commit

Permalink
Bump version to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andersnm committed Oct 14, 2018
1 parent e9515d4 commit ac357cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ExcelDataReader.DataSet/ExcelDataReader.DataSet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>ExcelDataReader extension for reading Microsoft Excel files into System.Data.DataSet.</Description>
<AssemblyTitle>ExcelDataReader.DataSet</AssemblyTitle>
<VersionPrefix>3.4.1</VersionPrefix>
<VersionPrefix>3.4.2</VersionPrefix>
<Authors>ExcelDataReader developers</Authors>
<TargetFrameworks>net20;net35;netstandard2.0</TargetFrameworks>
<AssemblyName>ExcelDataReader.DataSet</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/ExcelDataReader/ExcelDataReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Lightweight and fast library written in C# for reading Microsoft Excel files (2.0-2007).</Description>
<AssemblyTitle>ExcelDataReader</AssemblyTitle>
<VersionPrefix>3.4.1</VersionPrefix>
<VersionPrefix>3.4.2</VersionPrefix>
<Authors>ExcelDataReader developers</Authors>
<TargetFrameworks>net20;net45;netstandard1.3;netstandard2.0</TargetFrameworks>
<AssemblyName>ExcelDataReader</AssemblyName>
Expand Down

0 comments on commit ac357cc

Please sign in to comment.