|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFramework>netstandard2.1</TargetFramework> |
| 3 | + <TargetFramework>net6.0</TargetFramework> |
4 | 4 | <RepositoryType>Public</RepositoryType> |
5 | 5 | <RepositoryUrl>https://github.com/NinjaRocks/FileUtil.Core</RepositoryUrl> |
6 | | - <PackageTags>csv fixed-width delimiter-file delimiter file-parser file parser</PackageTags> |
| 6 | + <PackageTags>csv tsv fixed-width delimiter-file delimiter file-parser file parser</PackageTags> |
7 | 7 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
8 | 8 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
9 | 9 | <Description>.Net Library to read from fixed width or delimiter separated file using strongly typed objects. |
10 | | -Example: pipe delimited, csv, etc.</Description> |
| 10 | +Example: pipe delimited, csv, tsv, etc.</Description> |
11 | 11 | <NeutralLanguage>en-GB</NeutralLanguage> |
12 | 12 | <Company>Ninja Corp</Company> |
13 | 13 | <Authors>Ninja Shayk</Authors> |
14 | 14 | <PackageId>FixedWidth.FileParser</PackageId> |
15 | 15 | <Product>Fixed Width File Parser</Product> |
16 | 16 | <PackageProjectUrl>https://github.com/NinjaRocks/FileUtil.Core</PackageProjectUrl> |
17 | 17 | <PackageIconUrl>https://1drv.ms/u/s!Aq_ncig7TU4551b5fzxOad-pDMfL</PackageIconUrl> |
18 | | - <Version>1.1.1</Version> |
| 18 | + <Version>2.0.0</Version> |
19 | 19 | <Title>FixedWidth.FileParser</Title> |
20 | 20 | <Copyright>© Copyright 2016 Ninja Sha!4h.</Copyright> |
21 | 21 | <PackageIcon>ninja-icon-16.png</PackageIcon> |
|
0 commit comments