File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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/action-publish-nuget@v1.0.0
2020 with :
2121 nuget-api-key : ${{ secrets.NUGET_API_KEY }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ Gherkin.NuGetPackages/bin/
168168.build *
169169.built *
170170.vscode
171+ .vs
171172.run_tests
172173.generated
173174.packed
You can’t perform that action at this time.
0 commit comments