|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>netstandard2.0;net472;net471;net47;net462;net461;net46;net452;net451;net45;net4</TargetFrameworks> |
| 4 | + <TargetFrameworks>netstandard2.1;netstandard2.0;net472;net471;net47;net462;net461;net46;net452;net451;net45;net4</TargetFrameworks> |
5 | 5 | <PackageId>Argus.IO.ReverseFileReader</PackageId> |
6 | 6 | <Title>Argus.IO.ReverseFileReader</Title> |
7 | | - <Version>2019.4.7.1</Version> |
| 7 | + <Version>2019.11.22.1</Version> |
8 | 8 | <Authors>Blake Pell</Authors> |
9 | 9 | <Company>http://www.blakepell.com</Company> |
10 | 10 | <Product>Argus.IO.ReverseFileReader</Product> |
11 | 11 | <Copyright>Copyright © 2007-2019</Copyright> |
12 | 12 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
13 | 13 | <Description>A file/stream reader that is designed to iterate over a file or a stream line by line in reverse order in a way that does not read all of the lines into memory at one time. This supports .NET Standard, the full framework as well as the Windows Universal Platform (UWP) apps.</Description> |
14 | | - <PackageTags>reverse backwards file stream reader</PackageTags> |
| 14 | + <PackageTags>reverse file stream reader backwards tail</PackageTags> |
15 | 15 | <RepositoryType>git</RepositoryType> |
16 | 16 | <RootNamespace>Argus.IO</RootNamespace> |
17 | 17 | <PackageProjectUrl>https://github.com/blakepell/Argus.IO.ReverseFileReader</PackageProjectUrl> |
18 | 18 | <RepositoryUrl>https://github.com/blakepell/Argus.IO.ReverseFileReader</RepositoryUrl> |
19 | 19 | <NeutralLanguage>en-US</NeutralLanguage> |
20 | | - <PackageReleaseNotes>- Initial release, see the GitHub project for usage examples.</PackageReleaseNotes> |
| 20 | + <PackageReleaseNotes> - Updated targets to add .NET Standard 2.1</PackageReleaseNotes> |
21 | 21 | <PackageIconUrl>https://raw.githubusercontent.com/blakepell/Argus.IO.ReverseFileReader/master/Assets/Argus-Logo-Purple-64.png</PackageIconUrl> |
22 | 22 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
23 | 23 | </PropertyGroup> |
|
0 commit comments