Skip to content

Commit d4b0593

Browse files
authored
Update FSharp.Analyzers.SDK to 0.30.0 (#89)
1 parent 0a20114 commit d4b0593

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"rollForward": false
1818
},
1919
"fsharp-analyzers": {
20-
"version": "0.29.0",
20+
"version": "0.30.0",
2121
"commands": [
2222
"fsharp-analyzers"
2323
],
2424
"rollForward": false
2525
}
2626
}
27-
}
27+
}

CHANGELOG.md

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

3+
## 0.14.0 - 2025-04-01
4+
5+
### Changed
6+
* Update FSharp.Analyzers.SDK to `0.30.0`. [#89](https://github.com/G-Research/fsharp-analyzers/pull/89)
7+
38
## 0.13.0 - 2025-02-14
49

510
### Changed
@@ -160,4 +165,4 @@
160165
## [0.1.0] - 2023-10-06
161166

162167
### Added
163-
* Initial version
168+
* Initial version

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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.29.0]" />
9-
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.29.0]" />
8+
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.30.0]" />
9+
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.30.0]" />
1010
<PackageVersion Include="FSharp.Core" Version="[9.0.201]" />
1111
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.9.201]" />
1212
<PackageVersion Include="Ionide.KeepAChangelog.Tasks" Version="0.1.8" />
@@ -15,4 +15,4 @@
1515
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
1616
<PackageVersion Include="NUnit" Version="4.0.1" />
1717
</ItemGroup>
18-
</Project>
18+
</Project>

0 commit comments

Comments
 (0)