Skip to content

Commit b64667f

Browse files
authored
Merge pull request #4 from NinjaRocks/release/v2.0.0
Upgrade to .Net 6.0
2 parents 8d41426 + bc7eb2a commit b64667f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
next-version: 1.1.1
1+
next-version: 2.0.0
22
tag-prefix: '[vV]'
33
mode: ContinuousDeployment
44
branches:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# <img src="https://github.com/NinjaRocks/FileUtil.Core/blob/master/ninja-icon-16.png" alt="ninja" style="width:30px;"/> FileUtil v1.1.1
1+
# <img src="https://github.com/NinjaRocks/FileUtil.Core/blob/master/ninja-icon-16.png" alt="ninja" style="width:30px;"/> FileUtil v2.0.0
22
[![NuGet version](https://badge.fury.io/nu/FixedWidth.FileParser.svg)](https://badge.fury.io/nu/FixedWidth.FileParser) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/NinjaRocks/FileUtil.Core/blob/master/License.md) [![CI](https://github.com/NinjaRocks/FileUtil.Core/actions/workflows/CI-Build.yml/badge.svg)](https://github.com/NinjaRocks/FileUtil.Core/actions/workflows/CI-Build.yml) [![GitHub Release](https://img.shields.io/github/v/release/ninjarocks/FileUtil.Core?logo=github&sort=semver)](https://github.com/ninjarocks/FileUtil.Core/releases/latest)
3-
[![CodeQL](https://github.com/NinjaRocks/FileUtil.Core/actions/workflows/codeql.yml/badge.svg)](https://github.com/NinjaRocks/FileUtil.Core/actions/workflows/codeql.yml) [![.Net Stardard](https://img.shields.io/badge/.Net%20Standard-2.1-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/2.1)
3+
[![CodeQL](https://github.com/NinjaRocks/FileUtil.Core/actions/workflows/codeql.yml/badge.svg)](https://github.com/NinjaRocks/FileUtil.Core/actions/workflows/codeql.yml) [![.Net](https://img.shields.io/badge/.Net%20-6.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/6)
44
-------------
55
#### .Net Library to read from fixed width or delimiter separated file using strongly typed objects.
66

src/Ninja.FileUtil/Ninja.FileUtil.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>netstandard2.1</TargetFramework>
3+
<TargetFramework>net6.0</TargetFramework>
44
<RepositoryType>Public</RepositoryType>
55
<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>
77
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
<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>
1111
<NeutralLanguage>en-GB</NeutralLanguage>
1212
<Company>Ninja Corp</Company>
1313
<Authors>Ninja Shayk</Authors>
1414
<PackageId>FixedWidth.FileParser</PackageId>
1515
<Product>Fixed Width File Parser</Product>
1616
<PackageProjectUrl>https://github.com/NinjaRocks/FileUtil.Core</PackageProjectUrl>
1717
<PackageIconUrl>https://1drv.ms/u/s!Aq_ncig7TU4551b5fzxOad-pDMfL</PackageIconUrl>
18-
<Version>1.1.1</Version>
18+
<Version>2.0.0</Version>
1919
<Title>FixedWidth.FileParser</Title>
2020
<Copyright>© Copyright 2016 Ninja Sha!4h.</Copyright>
2121
<PackageIcon>ninja-icon-16.png</PackageIcon>

0 commit comments

Comments
 (0)