From 9ad5559348dbf4b7c25887c609a2b3db4b1038f6 Mon Sep 17 00:00:00 2001 From: Ninja Date: Sat, 6 Apr 2024 01:38:12 +0100 Subject: [PATCH 1/2] - release v3.0.0 ie. update to .net 8.0 --- .github/workflows/CI-Build.yml | 8 ++++---- License.md | 2 +- README.md | 4 ++-- src/Ninja.FileUtil/Ninja.FileUtil.csproj | 14 +++++++------- .../Ninja.FileUtil.Tests.csproj | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/CI-Build.yml b/.github/workflows/CI-Build.yml index 7afafbd..f5158da 100644 --- a/.github/workflows/CI-Build.yml +++ b/.github/workflows/CI-Build.yml @@ -10,7 +10,7 @@ jobs: Run-Lint: runs-on: ubuntu-latest env: - github-token: '${{ secrets.GITHUB_TOKEN }}' + github-token: '${{ secrets.GH_Packages }}' steps: - name: Step-01 Checkout code uses: actions/checkout@v3 @@ -101,7 +101,7 @@ jobs: - name: Step-04 Install .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Step-05 Restore dependencies run: dotnet restore @@ -131,7 +131,7 @@ jobs: outputs: semVersion: ${{ needs.Build-Release.outputs.semVersion }} env: - github-token: '${{ secrets.GITHUB_TOKEN }}' + github-token: '${{ secrets.GH_Packages }}' nuget-token: '${{ secrets.NUGET_API_KEY }}' working-directory: /home/runner/work/FileUtil.Core/FileUtil.Core steps: @@ -154,7 +154,7 @@ jobs: -X POST \ -H "Accept:application/vnd.github+json" \ -H "Authorization:token ${{ env.github-token }}" \ - https://api.github.com/ninjarocks/FileUtil.Core/releases \ + https://api.github.com/techninjalabs/FileUtil.Core/releases \ -d '{"tag_name":v1.0.0,"target_commitish":"master","name":"FileUtil.Core","body":"","draft":false,"prerelease":false,"generate_release_notes":false}' - name: Step-03 Release to Nuget Org diff --git a/License.md b/License.md index 9c4a095..a014359 100644 --- a/License.md +++ b/License.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Ninja Sha!4H +Copyright (c) 2024 Tech Ninja Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 14b2f5e..a7cb6a8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ninja FileUtil v2.0.0 +# ninja FileUtil v3.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](https://img.shields.io/badge/.Net%20-6.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/6) +[![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-8.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/8) ------------- #### .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 fe49368..3ebedd1 100644 --- a/src/Ninja.FileUtil/Ninja.FileUtil.csproj +++ b/src/Ninja.FileUtil/Ninja.FileUtil.csproj @@ -1,23 +1,23 @@ - net6.0 + net8.0 Public - https://github.com/NinjaRocks/FileUtil.Core + https://github.com/TechNinjaLabs/FileUtil.Core 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, tsv, etc. en-GB - Ninja Corp - Ninja Shayk + Tech Ninja Labs + Tech Ninja Labs FixedWidth.FileParser Fixed Width File Parser - https://github.com/NinjaRocks/FileUtil.Core + https://github.com/TechNinjaLabs/FileUtil.Core https://1drv.ms/u/s!Aq_ncig7TU4551b5fzxOad-pDMfL - 2.0.0 + 3.0.0 FixedWidth.FileParser - © Copyright 2016 Ninja Sha!4h. + © Copyright 2024 Tech Ninja Labs. ninja-icon-16.png README.md License.md diff --git a/test/Ninja.FileUtil.Tests/Ninja.FileUtil.Tests.csproj b/test/Ninja.FileUtil.Tests/Ninja.FileUtil.Tests.csproj index 524e929..3983934 100644 --- a/test/Ninja.FileUtil.Tests/Ninja.FileUtil.Tests.csproj +++ b/test/Ninja.FileUtil.Tests/Ninja.FileUtil.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable enable From 3e60a339bdb64a1f426291e1871146d46d6e7f85 Mon Sep 17 00:00:00 2001 From: Ninja Date: Sat, 6 Apr 2024 01:51:06 +0100 Subject: [PATCH 2/2] - fixed gitversion to v3.0.0 --- GitVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index 280505f..2f85197 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,4 +1,4 @@ -next-version: 2.0.0 +next-version: 3.0.0 tag-prefix: '[vV]' mode: ContinuousDeployment branches: