diff --git a/GitVersion.yml b/GitVersion.yml index f410742..280505f 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,4 +1,4 @@ -next-version: 1.1.1 +next-version: 2.0.0 tag-prefix: '[vV]' mode: ContinuousDeployment branches: diff --git a/README.md b/README.md index 31b8369..14b2f5e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ninja FileUtil v1.1.1 +# ninja FileUtil v2.0.0 [![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) -[![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) +[![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) ------------- #### .Net Library to read from fixed width or delimiter separated file using strongly typed objects. diff --git a/src/Ninja.FileUtil/Ninja.FileUtil.csproj b/src/Ninja.FileUtil/Ninja.FileUtil.csproj index f9442e1..fe49368 100644 --- a/src/Ninja.FileUtil/Ninja.FileUtil.csproj +++ b/src/Ninja.FileUtil/Ninja.FileUtil.csproj @@ -1,13 +1,13 @@ - netstandard2.1 + net6.0 Public https://github.com/NinjaRocks/FileUtil.Core - csv fixed-width delimiter-file delimiter file-parser file parser + csv tsv fixed-width delimiter-file delimiter file-parser file parser true true .Net Library to read from fixed width or delimiter separated file using strongly typed objects. -Example: pipe delimited, csv, etc. +Example: pipe delimited, csv, tsv, etc. en-GB Ninja Corp Ninja Shayk @@ -15,7 +15,7 @@ Example: pipe delimited, csv, etc. Fixed Width File Parser https://github.com/NinjaRocks/FileUtil.Core https://1drv.ms/u/s!Aq_ncig7TU4551b5fzxOad-pDMfL - 1.1.1 + 2.0.0 FixedWidth.FileParser © Copyright 2016 Ninja Sha!4h. ninja-icon-16.png