Skip to content

Commit

Permalink
Upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees committed Sep 10, 2019
1 parent 7fbefca commit 29d3587
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions IFilterTextReader/IFilterTextReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<FileVersion>1.6.0.0</FileVersion>
<AssemblyVersion>1.6.2.0</AssemblyVersion>
<FileVersion>1.6.2.0</FileVersion>
<Version>1.6.0</Version>
<Description>C# implementation of an IFilter to get text from any kind of file</Description>
<Product>IFilterTextReader</Product>
Expand All @@ -12,6 +12,8 @@
<Copyright>Copyright 2013-2019 Kees van Spelde</Copyright>
<PackageProjectUrl>https://github.com/Sicos1977/IFilterTextReader</PackageProjectUrl>
<RepositoryUrl>https://github.com/Sicos1977/IFilterTextReader.git</RepositoryUrl>
<PackageReleaseNotes>- Target both .NET 4.5 and .NETSTANDARD 2.0
- Fix exception when multiple values exists for a meta-data property</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 29d3587

Please sign in to comment.