From 535b5894dbf19a26b4e8c469431da3f37ba607cb Mon Sep 17 00:00:00 2001 From: Ninja Date: Thu, 18 May 2023 14:20:04 +0100 Subject: [PATCH] - Release version 1.1.1 --- .github/workflows/CI-Build.yml | 2 +- GitVersion.yml | 2 +- Ninja.FileUtil.Core.sln | 2 -- README.md | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) 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 b5017a4..aef6d9c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FileUtil +# 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) -------------