Skip to content

Commit 9b5e592

Browse files
authored
update FCS and FSharp.Core for new release (#208)
1 parent 6d807b4 commit 9b5e592

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.65.0] - 2024-05-15
9+
10+
### Changed
11+
12+
* Updated F# Packages
13+
* FSharp.Compiler.Service to 43.8.300
14+
* FSharp.Core to 8.0.300
15+
816
## [0.64.0] - 2024-04-21
917

1018
### Added

paket.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ NUGET
2121
Expecto.TestResults (8.13.2)
2222
Expecto (>= 8.13.2)
2323
FSharp.Core (>= 4.6)
24-
FSharp.Compiler.Service (43.7.400)
25-
FSharp.Core (7.0.400)
24+
FSharp.Compiler.Service (43.8.300)
25+
FSharp.Core (8.0.300)
2626
System.Buffers (>= 4.5.1)
2727
System.Collections.Immutable (>= 7.0)
2828
System.Diagnostics.DiagnosticSource (>= 7.0.2)
@@ -33,7 +33,7 @@ NUGET
3333
FSharp.Control.Reactive (5.0.5)
3434
FSharp.Core (>= 4.7.2)
3535
System.Reactive (>= 5.0 < 6.0)
36-
FSharp.Core (7.0.400)
36+
FSharp.Core (8.0.300)
3737
GitHubActionsTestLogger (2.0.1)
3838
Microsoft.TestPlatform.ObjectModel (>= 17.2)
3939
Ionide.KeepAChangelog.Tasks (0.1.8) - copy_local: true

0 commit comments

Comments
 (0)