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 Jun 17, 2020
1 parent b2c031a commit 815517f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions IFilterTextReader/IFilterTextReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.6.6.0</AssemblyVersion>
<FileVersion>1.6.6.0</FileVersion>
<Version>1.6.6</Version>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
<FileVersion>1.7.0.0</FileVersion>
<Version>1.7.0</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>- Place break char before the read chunk and not after
- Free pointer to try to solve an access violation problem</PackageReleaseNotes>
<PackageReleaseNotes>- Fix issue with default iFilters in Windows 10</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>IFilterTextReader.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit 815517f

Please sign in to comment.