File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres
6
6
to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.27.0] - 2024-08-17
9
+
10
+ ### Changed
11
+
12
+ * [ Update FCS and FSharp.Core to the .NET SDK 8.0.400 release versions] ( https://github.com/ionide/FSharp.Analyzers.SDK/pull/218 )
13
+
14
+
8
15
## [ 0.26.1] - 2024-08-05
9
16
10
17
### Fixed
@@ -18,6 +25,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
18
25
* [ Emit Analyzer Errors in the MSBuild Canonical Error Format] ( https://github.com/ionide/FSharp.Analyzers.SDK/pull/208 ) (thanks @Numpsy !)
19
26
* [ Update Structured Logger libraries] ( https://github.com/ionide/FSharp.Analyzers.SDK/pull/211 ) (thanks @nojaf !)
20
27
* Update FSharp.Compiler.Service and FSharp.Core to the .NET SDK 8.0.300 release versions
28
+ * [ More efficiently analyze larger solutions] ( https://github.com/ionide/FSharp.Analyzers.SDK/pull/210 ) (thanks @TheAngryByrd !)
21
29
22
30
## [ 0.25.0] - 2024-02-14
23
31
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
<ItemGroup >
7
7
<PackageVersion Include =" CliWrap" Version =" 3.6.4" />
8
- <PackageVersion Include =" FSharp.Core" Version =" [8.0.300 ]" />
9
- <PackageVersion Include =" FSharp.Compiler.Service" Version =" [43.8.300 ]" />
8
+ <PackageVersion Include =" FSharp.Core" Version =" [8.0.400 ]" />
9
+ <PackageVersion Include =" FSharp.Compiler.Service" Version =" [43.8.400 ]" />
10
10
<PackageVersion Include =" Ionide.KeepAChangelog.Tasks" Version =" 0.1.8" PrivateAssets =" all" />
11
11
<PackageVersion Include =" McMaster.NETCore.Plugins" Version =" 1.4.0" />
12
12
<PackageVersion Include =" Argu" Version =" 6.1.1" />
18
18
<PackageVersion Include =" Microsoft.Build.Utilities.Core" Version =" $(MsBuildPackageVersion)" ExcludeAssets =" runtime" />
19
19
<PackageVersion Include =" Microsoft.Build.Locator" Version =" 1.7.8" />
20
20
<!-- Need to update Directory.Build.props DotNet.ReproducibleBuilds.Isolated version when updating this-->
21
- <PackageVersion Include =" DotNet.ReproducibleBuilds" Version =" 1.1.1 " PrivateAssets =" All" />
21
+ <PackageVersion Include =" DotNet.ReproducibleBuilds" Version =" 1.2.4 " PrivateAssets =" All" />
22
22
<PackageVersion Include =" Microsoft.Extensions.Logging" Version =" 6.0.0" />
23
23
<PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6.0.0" />
24
24
<PackageVersion Include =" Microsoft.Extensions.Logging.Console" Version =" 6.0.0" />
You can’t perform that action at this time.
0 commit comments