Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Sicos2002 committed Jul 1, 2020
1 parent 126a3b7 commit e78731b
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,17 +2,18 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
<FileVersion>1.7.0.0</FileVersion>
<Version>1.7.0</Version>
<AssemblyVersion>1.7.1.0</AssemblyVersion>
<FileVersion>1.7.1.0</FileVersion>
<Version>1.7.1</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-2020 Kees van Spelde</Copyright>
<PackageProjectUrl>https://github.com/Sicos1977/IFilterTextReader</PackageProjectUrl>
<RepositoryUrl>https://github.com/Sicos1977/IFilterTextReader.git</RepositoryUrl>
<PackageReleaseNotes>- Fix issue with default iFilters in Windows 10</PackageReleaseNotes>
<PackageReleaseNotes>- Added option to control if you want character cleanup or not
- Added option to set the word break char</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>IFilterTextReader.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit e78731b

Please sign in to comment.