Skip to content

Commit b8aca73

Browse files
authored
8.0.400 Package bumps to prepare for FSAC release (#218)
* changelogs for v0.26.0 * bump FSC packages for the .NET 8.0.400 release
1 parent 862005d commit b8aca73

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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/), and this project adheres
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
815
## [0.26.1] - 2024-08-05
916

1017
### Fixed
@@ -18,6 +25,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1825
* [Emit Analyzer Errors in the MSBuild Canonical Error Format](https://github.com/ionide/FSharp.Analyzers.SDK/pull/208) (thanks @Numpsy!)
1926
* [Update Structured Logger libraries](https://github.com/ionide/FSharp.Analyzers.SDK/pull/211) (thanks @nojaf!)
2027
* 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!)
2129

2230
## [0.25.0] - 2024-02-14
2331

Directory.Packages.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<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]" />
1010
<PackageVersion Include="Ionide.KeepAChangelog.Tasks" Version="0.1.8" PrivateAssets="all" />
1111
<PackageVersion Include="McMaster.NETCore.Plugins" Version="1.4.0" />
1212
<PackageVersion Include="Argu" Version="6.1.1" />
@@ -18,7 +18,7 @@
1818
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="$(MsBuildPackageVersion)" ExcludeAssets="runtime" />
1919
<PackageVersion Include="Microsoft.Build.Locator" Version="1.7.8" />
2020
<!-- 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" />
2222
<PackageVersion Include="Microsoft.Extensions.Logging" Version="6.0.0" />
2323
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" />
2424
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />

0 commit comments

Comments
 (0)