From 5a609004086c6a9ad84066afcbcc19563f41f130 Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Wed, 15 May 2024 13:15:28 -0500 Subject: [PATCH 1/2] changelogs for v0.26.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b60768..b3eb300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). * [Emit Analyzer Errors in the MSBuild Canonical Error Format](https://github.com/ionide/FSharp.Analyzers.SDK/pull/208) (thanks @Numpsy!) * [Update Structured Logger libraries](https://github.com/ionide/FSharp.Analyzers.SDK/pull/211) (thanks @nojaf!) * Update FSharp.Compiler.Service and FSharp.Core to the .NET SDK 8.0.300 release versions +* [More efficiently analyze larger solutions](https://github.com/ionide/FSharp.Analyzers.SDK/pull/210) (thanks @TheAngryByrd!) ## [0.25.0] - 2024-02-14 From 1dbaee729cb3882bd75364ca5b8e9e4647b29a4b Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Sat, 17 Aug 2024 11:47:38 -0500 Subject: [PATCH 2/2] bump FSC packages for the .NET 8.0.400 release --- CHANGELOG.md | 7 +++++++ Directory.Packages.props | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3eb300..499243f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.27.0] - 2024-08-17 + +### Changed + +* [Update FCS and FSharp.Core to the .NET SDK 8.0.400 release versions](https://github.com/ionide/FSharp.Analyzers.SDK/pull/218) + + ## [0.26.1] - 2024-08-05 ### Fixed diff --git a/Directory.Packages.props b/Directory.Packages.props index 8a87a29..15e3fa8 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,8 +5,8 @@ - - + + @@ -18,7 +18,7 @@ - +