From 7cc14f049326cda94cd728f071c4d42e9c0f6f47 Mon Sep 17 00:00:00 2001 From: obligaron Date: Mon, 3 Feb 2025 15:27:52 +0100 Subject: [PATCH] [.NET] Fix NuGet package generation (#281) * [.NET] Fix NuGet package generation * [.NET] Adjust .gitignore for Visual Studio user-specific folders (.vs) --- .github/workflows/release-nuget.yml | 2 +- CHANGELOG.md | 1 + dotnet/.gitignore | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-nuget.yml b/.github/workflows/release-nuget.yml index aaa397d8..23f0d0c9 100644 --- a/.github/workflows/release-nuget.yml +++ b/.github/workflows/release-nuget.yml @@ -15,7 +15,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - uses: cucumber/action-publish-nuget@v1.0.0 with: nuget-api-key: ${{ secrets.NUGET_API_KEY }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f12d3e8..c14922e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - [python] Add a LICENSE file for Python ([#278](https://github.com/cucumber/messages/pull/278)) +- [.NET] Fix NuGet package generation ## [27.2.0] - 2025-01-31 ### Added diff --git a/dotnet/.gitignore b/dotnet/.gitignore index 661f7173..9f020e15 100644 --- a/dotnet/.gitignore +++ b/dotnet/.gitignore @@ -168,6 +168,7 @@ Gherkin.NuGetPackages/bin/ .build* .built* .vscode +.vs .run_tests .generated .packed