Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jul 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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