Skip to content

Commit

Permalink
Fix: use same constraint >= 6.0.1 for Fantomas.Core and Fantomas.FCS (#…
Browse files Browse the repository at this point in the history
…2375)

* Fix: use same constraint >= 6.0.1 for Fantomas.Core and Fantomas.FCS

* Update changelog for 5.0.0-beta-002.

Co-authored-by: nojaf <florian.verdonck@outlook.com>
  • Loading branch information
thinkbeforecoding and nojaf authored Jul 19, 2022
1 parent 724087e commit 6abfcf6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## [Unreleased]
## [5.0.0-beta-002] - 2022-07-19

### Fixed
* Idempotency problem when using object expression and having a space between get / set lines. [#2372](https://github.com/fsprojects/fantomas/issues/2372)
* FSharp.Core version conflict between Fantomas.Core and Fantomas.FCS. [#2374](https://github.com/fsprojects/fantomas/issues/2374)

## [5.0.0-beta-001] - 2022-07-15

Expand Down
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source https://api.nuget.org/v3/index.json
framework: netstandard2.0, net6.0, netcoreapp3.1
storage: none

nuget FSharp.Core content: none
nuget FSharp.Core >= 6.0.1 content: none
nuget FsUnit
nuget FsCheck
nuget Microsoft.NET.Test.Sdk
Expand Down Expand Up @@ -153,7 +153,7 @@ group compiler
source https://api.nuget.org/v3/index.json
framework: netstandard2.0

nuget FSharp.Core 6.0.1 content: none
nuget FSharp.Core >= 6.0.1 content: none
nuget System.Memory
nuget System.Runtime
nuget FsLexYacc 10.2.0
Expand Down
2 changes: 1 addition & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ NUGET
Microsoft.SourceLink.GitLab (>= 1.1.1)
FsCheck (2.16.4)
FSharp.Core (>= 4.2.3)
FSharp.Core (6.0.4) - content: none
FSharp.Core (6.0.1) - content: none
FsUnit (4.2)
FSharp.Core (>= 5.0.2)
NETStandard.Library (>= 2.0.3)
Expand Down

0 comments on commit 6abfcf6

Please sign in to comment.