Skip to content

Commit 14e9381

Browse files
committed
Update FSharp.Analyzers.SDK to version 0.32.1
1 parent 7d91687 commit 14e9381

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"fsharp-analyzers": {
6-
"version": "0.32.0",
6+
"version": "0.32.1",
77
"commands": [
88
"fsharp-analyzers"
99
]

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33

44

5+
### 0.14.7 - 2025-08-02
6+
7+
### Fixed
8+
9+
* Update FSharp.Analyzers.SDK to `0.32.1`. Checkout the [release notes](https://github.com/ionide/FSharp.Analyzers.SDK/releases/tag/v0.32.1) for details.
10+
511
## 0.14.6 - 2025-07-12
612

713
### Fixed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageVersion Include="MSBuild.StructuredLogger" Version="2.2.374" />
1515
</ItemGroup>
1616
<ItemGroup Condition="'$(UseLocalAnalyzersSDK)' == 'false'">
17-
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.32.0]" />
18-
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.32.0]" />
17+
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.32.1]" />
18+
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.32.1]" />
1919
</ItemGroup>
2020
</Project>

0 commit comments

Comments
 (0)