Skip to content

Commit

Permalink
Merge pull request #4 from NinjaRocks/release/v2.0.0
Browse files Browse the repository at this point in the history
Upgrade to .Net 6.0
  • Loading branch information
NinjaRocks committed Jun 27, 2023
2 parents 8d41426 + bc7eb2a commit b64667f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
next-version: 1.1.1
next-version: 2.0.0
tag-prefix: '[vV]'
mode: ContinuousDeployment
branches:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src="https://github.com/NinjaRocks/FileUtil.Core/blob/master/ninja-icon-16.png" alt="ninja" style="width:30px;"/> FileUtil v1.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
[![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.

Expand Down
8 changes: 4 additions & 4 deletions src/Ninja.FileUtil/Ninja.FileUtil.csproj
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<RepositoryType>Public</RepositoryType>
<RepositoryUrl>https://github.com/NinjaRocks/FileUtil.Core</RepositoryUrl>
<PackageTags>csv fixed-width delimiter-file delimiter file-parser file parser</PackageTags>
<PackageTags>csv tsv fixed-width delimiter-file delimiter file-parser file parser</PackageTags>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>.Net Library to read from fixed width or delimiter separated file using strongly typed objects.
Example: pipe delimited, csv, etc.</Description>
Example: pipe delimited, csv, tsv, etc.</Description>
<NeutralLanguage>en-GB</NeutralLanguage>
<Company>Ninja Corp</Company>
<Authors>Ninja Shayk</Authors>
<PackageId>FixedWidth.FileParser</PackageId>
<Product>Fixed Width File Parser</Product>
<PackageProjectUrl>https://github.com/NinjaRocks/FileUtil.Core</PackageProjectUrl>
<PackageIconUrl>https://1drv.ms/u/s!Aq_ncig7TU4551b5fzxOad-pDMfL</PackageIconUrl>
<Version>1.1.1</Version>
<Version>2.0.0</Version>
<Title>FixedWidth.FileParser</Title>
<Copyright>© Copyright 2016 Ninja Sha!4h.</Copyright>
<PackageIcon>ninja-icon-16.png</PackageIcon>
Expand Down

0 comments on commit b64667f

Please sign in to comment.