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

Bump FCS to version 7.0.400 and adjust to API changes #194

Merged
merged 4 commits into from
Aug 21, 2023
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
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"fake-cli": {
"version": "5.21.0",
"version": "6.0.0",
"commands": [
"fake"
]
Expand All @@ -21,7 +21,7 @@
]
},
"fantomas": {
"version": "6.0.2",
"version": "6.1.2",
"commands": [
"fantomas"
]
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.62.0] - 2023-08-21

### Changed

* Updated to FSharp.Compiler.Service version 7.0.400

## [0.61.3] - 2022-04-01

Expand Down
2 changes: 1 addition & 1 deletion build/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ let init args =
Target.create
"CheckFormat"
(fun _ ->
let result = DotNet.exec id "fantomas" "--check."
let result = DotNet.exec id "fantomas" "--check ."

if result.ExitCode = 0 then
Trace.log "No files need formatting"
Expand Down
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ storage: none
framework: net6.0, net7.0

nuget FSharp.Core
nuget FSharp.Compiler.Service
nuget FSharp.Compiler.Service >= 7.0.400
nuget Argu

# copy_local: true because this is a build-time dependency only
Expand Down Expand Up @@ -49,4 +49,4 @@ group Build
nuget Fake.IO.FileSystem
nuget Fake.DotNet.MsBuild
nuget Fake.Api.GitHub
nuget MSBuild.StructuredLogger
nuget MSBuild.StructuredLogger
Loading
Loading