Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Sicos2002 committed Mar 18, 2021
1 parent 1f24095 commit 3402177
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions IFilterTextReader/IFilterTextReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.7.4.0</AssemblyVersion>
<FileVersion>1.7.4.0</FileVersion>
<Version>1.7.4</Version>
<AssemblyVersion>1.7.5.0</AssemblyVersion>
<FileVersion>1.7.5.0</FileVersion>
<Version>1.7.5</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>- Catch errors when freeing memory and pointers</PackageReleaseNotes>
<PackageReleaseNotes>- Fix accessviolation error</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>IFilterTextReader.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit 3402177

Please sign in to comment.