Skip to content

Commit 0758926

Browse files
authored
Merge pull request #162 from TheAngryByrd/fsharp-analyzers-0-33-0
Update FSharp.Analyzers.SDK to version 0.33.0
2 parents 7c41f49 + 8f137e7 commit 0758926

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-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.1",
6+
"version": "0.33.0",
77
"commands": [
88
"fsharp-analyzers"
99
]

CHANGELOG.md

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

33

4+
## 0.14.8 - 2025-10-19
5+
6+
### Fixed
7+
8+
* Update FSharp.Analyzers.SDK to `0.33.0`. Checkout the [release notes](https://github.com/ionide/FSharp.Analyzers.SDK/releases/tag/v0.33.0) for details. [#162](https://github.com/ionide/ionide-analyzers/pull/162)
49

510
## 0.14.7 - 2025-08-02
611

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.1]" />
18-
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.32.1]" />
17+
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.33.0]" />
18+
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.33.0]" />
1919
</ItemGroup>
2020
</Project>

0 commit comments

Comments
 (0)