Skip to content

Commit 060b75b

Browse files
committed
Bumps version from 0.5.3 to 0.5.4
1 parent 4b42816 commit 060b75b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DbfDataReader/DbfDataReader.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>DbfDataReader is a small fast .Net Core library for reading dBase, xBase, Clipper and FoxPro database files</Description>
55
<Copyright>Copyright Chris Richards</Copyright>
6-
<VersionPrefix>0.5.3</VersionPrefix>
6+
<VersionPrefix>0.5.4</VersionPrefix>
77
<Authors>Chris Richards</Authors>
88
<TargetFrameworks>net452;netstandard1.6.1</TargetFrameworks>
99
<AssemblyName>DbfDataReader</AssemblyName>
@@ -16,7 +16,7 @@
1616
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6.1' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
1717
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6.1' ">1.6.1</NetStandardImplicitPackageVersion>
1818
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
19-
<Version>0.5.3</Version>
19+
<Version>0.5.4</Version>
2020
</PropertyGroup>
2121

2222
<ItemGroup>

0 commit comments

Comments
 (0)