Skip to content

Commit

Permalink
Bump version to 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLariviere committed Oct 3, 2022
1 parent 09dc408 commit ba5df43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: macos-latest
env:
SLN_FILE: Fabulous-NoSamples.sln
VERSION: 2.0.7
VERSION: 2.0.8
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.400
dotnet-version: 6.0.401
- name: Restore
run: dotnet restore ${SLN_FILE}
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.400
dotnet-version: 6.0.401
- name: Check code formatting
run: |
dotnet tool restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.400
dotnet-version: 6.0.401
- name: Restore
run: dotnet restore ${SLN_FILE}
- name: Build
Expand Down

0 comments on commit ba5df43

Please sign in to comment.