Skip to content

Commit

Permalink
Bump sdk (#2421)
Browse files Browse the repository at this point in the history
* Update .NET SDK.

* Add release notes for 5.0.0-beta-006.
  • Loading branch information
nojaf authored Aug 12, 2022
1 parent 7682c50 commit 6ea063c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
dotnet: [6.0.200]
dotnet: [6.0.203]
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [5.0.0-beta-006] - 2022-08-12

### Fixed
* Wrong comma placement results in "Possible incorrect indentation". [#2159](https://github.com/fsprojects/fantomas/issues/2159)
Expand Down

0 comments on commit 6ea063c

Please sign in to comment.