|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFramework>net6.0</TargetFramework> |
| 3 | + <TargetFramework>net8.0</TargetFramework> |
4 | 4 | <RepositoryType>Public</RepositoryType> |
5 | | - <RepositoryUrl>https://github.com/NinjaRocks/FileUtil.Core</RepositoryUrl> |
| 5 | + <RepositoryUrl>https://github.com/TechNinjaLabs/FileUtil.Core</RepositoryUrl> |
6 | 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 | 10 | Example: pipe delimited, csv, tsv, etc.</Description> |
11 | 11 | <NeutralLanguage>en-GB</NeutralLanguage> |
12 | | - <Company>Ninja Corp</Company> |
13 | | - <Authors>Ninja Shayk</Authors> |
| 12 | + <Company>Tech Ninja Labs</Company> |
| 13 | + <Authors>Tech Ninja Labs</Authors> |
14 | 14 | <PackageId>FixedWidth.FileParser</PackageId> |
15 | 15 | <Product>Fixed Width File Parser</Product> |
16 | | - <PackageProjectUrl>https://github.com/NinjaRocks/FileUtil.Core</PackageProjectUrl> |
| 16 | + <PackageProjectUrl>https://github.com/TechNinjaLabs/FileUtil.Core</PackageProjectUrl> |
17 | 17 | <PackageIconUrl>https://1drv.ms/u/s!Aq_ncig7TU4551b5fzxOad-pDMfL</PackageIconUrl> |
18 | | - <Version>2.0.0</Version> |
| 18 | + <Version>3.0.0</Version> |
19 | 19 | <Title>FixedWidth.FileParser</Title> |
20 | | - <Copyright>© Copyright 2016 Ninja Sha!4h.</Copyright> |
| 20 | + <Copyright>© Copyright 2024 Tech Ninja Labs.</Copyright> |
21 | 21 | <PackageIcon>ninja-icon-16.png</PackageIcon> |
22 | 22 | <PackageReadmeFile>README.md</PackageReadmeFile> |
23 | 23 | <PackageLicenseFile>License.md</PackageLicenseFile> |
|
0 commit comments