Skip to content

Commit

Permalink
[.NET] Fix NuGet package generation (#281)
Browse files Browse the repository at this point in the history
* [.NET] Fix NuGet package generation

* [.NET] Adjust .gitignore for Visual Studio user-specific folders (.vs)
  • Loading branch information
obligaron authored Feb 3, 2025
1 parent 395446b commit 7cc14f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions dotnet/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ Gherkin.NuGetPackages/bin/
.build*
.built*
.vscode
.vs
.run_tests
.generated
.packed
Expand Down

0 comments on commit 7cc14f0

Please sign in to comment.