Skip to content

Commit 7cc14f0

Browse files
authored
[.NET] Fix NuGet package generation (#281)
* [.NET] Fix NuGet package generation * [.NET] Adjust .gitignore for Visual Studio user-specific folders (.vs)
1 parent 395446b commit 7cc14f0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/release-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET
1616
uses: actions/setup-dotnet@v4
1717
with:
18-
dotnet-version: 6.0.x
18+
dotnet-version: 8.0.x
1919
- uses: cucumber/[email protected]
2020
with:
2121
nuget-api-key: ${{ secrets.NUGET_API_KEY }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Fixed
1111
- [python] Add a LICENSE file for Python ([#278](https://github.com/cucumber/messages/pull/278))
12+
- [.NET] Fix NuGet package generation
1213

1314
## [27.2.0] - 2025-01-31
1415
### Added

dotnet/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ Gherkin.NuGetPackages/bin/
168168
.build*
169169
.built*
170170
.vscode
171+
.vs
171172
.run_tests
172173
.generated
173174
.packed

0 commit comments

Comments
 (0)