Skip to content

Commit

Permalink
Merge pull request #20 from niklaslundberg/develop
Browse files Browse the repository at this point in the history
Release 3.4.0
  • Loading branch information
niklaslundberg authored Nov 12, 2021
2 parents 944364d + 92a1798 commit 94e8909
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
include-prerelease: true
include-prerelease: false
- name: install-tools
run: |
dotnet tool install --global Arbor.Tooler.GlobalTool
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "6.0.100-rc.2.21505.57",
"version": "6.0.100",
"rollForward": "latestFeature",
"allowPrerelease": true
"allowPrerelease": false
}
}
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
{
"key": "minor",
"value": 3
"value": 4
},
{
"key": "patch",
Expand Down

0 comments on commit 94e8909

Please sign in to comment.