Skip to content

Commit 62e15bb

Browse files
authored
Bump FCS to version 7.0.400 and adjust to API changes (#194)
1 parent 67cc98f commit 62e15bb

File tree

7 files changed

+57
-416
lines changed

7 files changed

+57
-416
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"fake-cli": {
12-
"version": "5.21.0",
12+
"version": "6.0.0",
1313
"commands": [
1414
"fake"
1515
]
@@ -21,7 +21,7 @@
2121
]
2222
},
2323
"fantomas": {
24-
"version": "6.0.2",
24+
"version": "6.1.2",
2525
"commands": [
2626
"fantomas"
2727
]

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.62.0] - 2023-08-21
9+
10+
### Changed
11+
12+
* Updated to FSharp.Compiler.Service version 7.0.400
813

914
## [0.61.3] - 2022-04-01
1015

build/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ let init args =
120120
Target.create
121121
"CheckFormat"
122122
(fun _ ->
123-
let result = DotNet.exec id "fantomas" "--check."
123+
let result = DotNet.exec id "fantomas" "--check ."
124124

125125
if result.ExitCode = 0 then
126126
Trace.log "No files need formatting"

paket.dependencies

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ storage: none
66
framework: net6.0, net7.0
77

88
nuget FSharp.Core
9-
nuget FSharp.Compiler.Service
9+
nuget FSharp.Compiler.Service >= 7.0.400
1010
nuget Argu
1111

1212
# copy_local: true because this is a build-time dependency only
@@ -49,4 +49,4 @@ group Build
4949
nuget Fake.IO.FileSystem
5050
nuget Fake.DotNet.MsBuild
5151
nuget Fake.Api.GitHub
52-
nuget MSBuild.StructuredLogger
52+
nuget MSBuild.StructuredLogger

0 commit comments

Comments
 (0)