Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees van Spelde committed Jan 28, 2022
1 parent 844ca4b commit 7e4aa4d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions IFilterTextReader/IFilterTextReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.7.6.0</AssemblyVersion>
<FileVersion>1.7.6.0</FileVersion>
<Version>1.7.6</Version>
<AssemblyVersion>1.7.7.0</AssemblyVersion>
<FileVersion>1.7.7.0</FileVersion>
<Version>1.7.7</Version>
<Description>C# implementation of an IFilter to get text from any kind of file</Description>
<Product>IFilterTextReader</Product>
<Company />
<Authors>Kees van Spelde</Authors>
<Copyright>Copyright 2013-2021 Kees van Spelde</Copyright>
<PackageProjectUrl>https://github.com/Sicos1977/IFilterTextReader</PackageProjectUrl>
<RepositoryUrl>https://github.com/Sicos1977/IFilterTextReader.git</RepositoryUrl>
<PackageReleaseNotes>- Added exception handling when a file is in the wrong format, e.g. a file with a wrong extension</PackageReleaseNotes>
<PackageReleaseNotes>- Added break characters between text extracted from chunks with different attributes</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>IFilterTextReader.snk</AssemblyOriginatorKeyFile>
<PackageIcon>icon.png</PackageIcon>
<UserSecretsId>8d951fff-38d3-48f4-b5d9-eb5f969b2e95</UserSecretsId>
<PackageTags>office ifilter pdf word excel powerpoint</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7e4aa4d

Please sign in to comment.