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 Oct 22, 2024
1 parent 5fe25a8 commit 583791a
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>
<TargetFrameworks>netstandard2.0;net47</TargetFrameworks>
<AssemblyVersion>1.7.10.0</AssemblyVersion>
<FileVersion>1.7.10.0</FileVersion>
<Version>1.7.10</Version>
<AssemblyVersion>1.7.11.0</AssemblyVersion>
<FileVersion>1.7.11.0</FileVersion>
<Version>1.7.11</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-2023 Kees van Spelde</Copyright>
<PackageProjectUrl>https://github.com/Sicos1977/IFilterTextReader</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageReleaseNotes>- Fixed memory and resource leaks
- Added .NET Framework 4.7 target</PackageReleaseNotes>
<PackageReleaseNotes>- Updated nuget packages</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 583791a

Please sign in to comment.