Skip to content

Commit

Permalink
GitHub Actions - Bump Version Number to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Nov 9, 2024
1 parent 0047135 commit b071402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Build
run: |
echo "Buid version is 4.0.${{github.run_number}}"
dotnet build PuppeteerSharp.Dom.sln /p:Version=4.0.${{github.run_number}} --configuration Release
echo "Buid version is 5.0.${{github.run_number}}"
dotnet build PuppeteerSharp.Dom.sln /p:Version=5.0.${{github.run_number}} --configuration Release
- name: Test
run: |
Expand Down

0 comments on commit b071402

Please sign in to comment.