From ec0090c43003e5dde8419b6c73853c834d95414d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=A4gi?= Date: Sun, 17 Aug 2025 21:48:04 +0200 Subject: [PATCH 1/2] revert tedd action --- .github/workflows/publish-library.yml | 2 +- .github/workflows/publish-new-library.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-library.yml b/.github/workflows/publish-library.yml index 7e0274c..1660a30 100644 --- a/.github/workflows/publish-library.yml +++ b/.github/workflows/publish-library.yml @@ -26,7 +26,7 @@ jobs: with: dotnet-version: ${{ env.DotNetVersion }} - name: Publish - uses: tedd/publish-nuget-neo@v2 + uses: tedd/publish-nuget-neo@v1 with: NUGET_KEY: ${{secrets.PUSH_NEW_SPHERE_VERSION}} PROJECT_FILE_PATH: ${{inputs.project-path}} diff --git a/.github/workflows/publish-new-library.yml b/.github/workflows/publish-new-library.yml index 6944cb3..75896da 100644 --- a/.github/workflows/publish-new-library.yml +++ b/.github/workflows/publish-new-library.yml @@ -26,7 +26,7 @@ jobs: with: dotnet-version: ${{ env.DotNetVersion }} - name: Publish - uses: tedd/publish-nuget-neo@v2 + uses: tedd/publish-nuget-neo@v1 with: NUGET_KEY: ${{secrets.CREATENEWNUGETPACKAGE}} PROJECT_FILE_PATH: ${{inputs.project-path}} From d92eba3cc1482f46a90dd92c50f03a2e78943be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=A4gi?= Date: Sun, 17 Aug 2025 21:48:34 +0200 Subject: [PATCH 2/2] use same minor version as BenchmarkDotNet --- .../Atmoos.Sphere.BenchmarkDotNet.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Atmoos.Sphere.BenchmarkDotNet/Atmoos.Sphere.BenchmarkDotNet.csproj b/source/Atmoos.Sphere.BenchmarkDotNet/Atmoos.Sphere.BenchmarkDotNet.csproj index 23a2a3a..b72f1a9 100644 --- a/source/Atmoos.Sphere.BenchmarkDotNet/Atmoos.Sphere.BenchmarkDotNet.csproj +++ b/source/Atmoos.Sphere.BenchmarkDotNet/Atmoos.Sphere.BenchmarkDotNet.csproj @@ -3,7 +3,7 @@ - 0.2.1 + 0.15.0 benchmark, benchmarking, export benchmark results Atmoos Sphere BenchmarkDotNet:Exports benchmark results into the defining benchmark source files.