Skip to content

Commit

Permalink
Bump FCS to version 7.0.400 and adjust to API changes (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel authored Aug 21, 2023
1 parent 67cc98f commit 62e15bb
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 416 deletions.
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

0 comments on commit 62e15bb

Please sign in to comment.