diff --git a/.github/workflows/CI-Build.yml b/.github/workflows/CI-Build.yml index 0b4f431..7afafbd 100644 --- a/.github/workflows/CI-Build.yml +++ b/.github/workflows/CI-Build.yml @@ -159,4 +159,4 @@ jobs: - name: Step-03 Release to Nuget Org if: ${{ startsWith(github.head_ref, 'release/')}} - run: dotnet nuget push ${{env.working-directory}}/src/FileUtil.Core/bin/Release/*.nupkg --skip-duplicate --api-key ${{ env.nuget-token }} --source https://api.nuget.org/v3/index.json + run: dotnet nuget push ${{env.working-directory}}/src/Ninja.FileUtil/bin/Release/*.nupkg --skip-duplicate --api-key ${{ env.nuget-token }} --source https://api.nuget.org/v3/index.json diff --git a/GitVersion.yml b/GitVersion.yml index 74170bf..f410742 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,4 +1,4 @@ -next-version: 1.0.5 +next-version: 1.1.1 tag-prefix: '[vV]' mode: ContinuousDeployment branches: diff --git a/Ninja.FileUtil.Core.sln b/Ninja.FileUtil.Core.sln index fd34bbb..757a97e 100644 --- a/Ninja.FileUtil.Core.sln +++ b/Ninja.FileUtil.Core.sln @@ -23,10 +23,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".misc", ".misc", "{8EDBC8F3 ProjectSection(SolutionItems) = preProject .gitattributes = .gitattributes .gitignore = .gitignore - .travis.yml = .travis.yml GitVersion.yml = GitVersion.yml License.md = License.md - ms-icon-310x310.png = ms-icon-310x310.png nuget.config = nuget.config README.md = README.md EndProjectSection diff --git a/README.md b/README.md index e7caf19..31b8369 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# FileUtil -[![NuGet version](https://badge.fury.io/nu/FileUtil.Core.svg)](https://badge.fury.io/nu/FileUtil.Core) [![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) +# ninja FileUtil v1.1.1 +[![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) ------------- -.Net Library to read from fixed width or delimiter separated file using strongly typed objects. +#### .Net Library to read from fixed width or delimiter separated file using strongly typed objects. **Fixed Width or Delimiter Separated File**