Skip to content

Commit 4a0e3cc

Browse files
committed
Bump version
1 parent 46643a7 commit 4a0e3cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: macos-latest
1212
env:
1313
SLN_FILE: Fabulous-NoSamples.sln
14-
VERSION: 2.0.6
14+
VERSION: 2.0.7
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v1
1919
with:
20-
dotnet-version: 6.0.300
20+
dotnet-version: 6.0.400
2121
- name: Restore
2222
run: dotnet restore ${SLN_FILE}
2323
- name: Build

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup .NET
1212
uses: actions/setup-dotnet@v1
1313
with:
14-
dotnet-version: 6.0.300
14+
dotnet-version: 6.0.400
1515
- name: Check code formatting
1616
run: |
1717
dotnet tool restore

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v1
2121
with:
22-
dotnet-version: 6.0.300
22+
dotnet-version: 6.0.400
2323
- name: Restore
2424
run: dotnet restore ${SLN_FILE}
2525
- name: Build

0 commit comments

Comments
 (0)