File tree Expand file tree Collapse file tree 7 files changed +57
-416
lines changed
test/Ionide.ProjInfo.Tests Expand file tree Collapse file tree 7 files changed +57
-416
lines changed Original file line number Diff line number Diff line change 99 ]
1010 },
1111 "fake-cli" : {
12- "version" : " 5.21 .0" ,
12+ "version" : " 6.0 .0" ,
1313 "commands" : [
1414 " fake"
1515 ]
2121 ]
2222 },
2323 "fantomas" : {
24- "version" : " 6.0 .2" ,
24+ "version" : " 6.1 .2" ,
2525 "commands" : [
2626 " fantomas"
2727 ]
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ storage: none
66framework: net6.0, net7.0
77
88nuget FSharp.Core
9- nuget FSharp.Compiler.Service
9+ nuget FSharp.Compiler.Service >= 7.0.400
1010nuget 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
You can’t perform that action at this time.
0 commit comments