Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees committed Mar 22, 2023
1 parent 150b869 commit de9fe4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Binary file not shown.
13 changes: 7 additions & 6 deletions IFilterTextReader/IFilterTextReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net47</TargetFrameworks>
<AssemblyVersion>1.7.8.0</AssemblyVersion>
<FileVersion>1.7.8.0</FileVersion>
<Version>1.7.8</Version>
<AssemblyVersion>1.7.9.0</AssemblyVersion>
<FileVersion>1.7.9.0</FileVersion>
<Version>1.7.9</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-2022 Kees van Spelde</Copyright>
<Copyright>Copyright 2013-2023 Kees van Spelde</Copyright>
<PackageProjectUrl>https://github.com/Sicos1977/IFilterTextReader</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageReleaseNotes>- Fix for issue #49</PackageReleaseNotes>
<PackageReleaseNotes>- Fixed memory and resource leaks
- Added .NET Framework 4.7 target</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -24,7 +25,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit de9fe4b

Please sign in to comment.