Skip to content

Commit de46cab

Browse files
authored
FSharp.Analyzers.SDK 0.34.1 (#98)
This pucks up the updates to use FCS 43.10
1 parent b3130d7 commit de46cab

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"rollForward": false
1818
},
1919
"fsharp-analyzers": {
20-
"version": "0.31.0",
20+
"version": "0.34.1",
2121
"commands": [
2222
"fsharp-analyzers"
2323
],

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.20.0] - 2025-11-12
4+
5+
### Changed
6+
- Update FSharp.Analyzers.SDK to `0.34.1`. [#98](https://github.com/G-Research/fsharp-analyzers/pull/98)
7+
38
## [0.19.0] - 2025-10-20
49

510
### Changed

Directory.Packages.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<!-- locking the version of F# Core as FCS does this anyway and in practise all will be using the same version -->
8-
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.33.1]" />
9-
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.33.1]" />
10-
<PackageVersion Include="FSharp.Core" Version="[9.0.300]" />
11-
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.9.300]" />
8+
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.34.1]" />
9+
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.34.1]" />
10+
<PackageVersion Include="FSharp.Core" Version="[10.0.100]" />
11+
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.10.100]" />
1212
<PackageVersion Include="Ionide.KeepAChangelog.Tasks" Version="0.3.1" />
1313
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.39" />
1414
<PackageVersion Include="NUnit3TestAdapter" Version="5.2.0" />

0 commit comments

Comments
 (0)