Skip to content

Commit cd8bacb

Browse files
committed
Update Analyzer SDK to 0.30.0
1 parent 1bcc338 commit cd8bacb

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

CHANGELOG.md

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

3+
4+
## 0.14.3 - 2025-03-25
5+
6+
* Bump FSharp.Analyzers.SDK to `0.30.0`. [#144](https://github.com/ionide/ionide-analyzers/pull/144)
7+
38
## 0.14.2 - 2025-03-18
49

510
### 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.29.1]" />
18-
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.29.1]" />
17+
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.30.0]" />
18+
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.30.0]" />
1919
</ItemGroup>
2020
</Project>

0 commit comments

Comments
 (0)