Skip to content

Commit 0a20114

Browse files
authored
Update FSharp.Analyzers.SDK to 0.29.0 (#88)
* Update FSharp.Analyzers.SDK to 0.29.0 * Update changelog
1 parent 37e99ac commit 0a20114

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.28.0",
20+
"version": "0.29.0",
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.13.0 - 2025-02-14
4+
5+
### Changed
6+
* Update FSharp.Analyzers.SDK to `0.29.0`. [#88](https://github.com/G-Research/fsharp-analyzers/pull/88)
7+
38
## 0.12.1 - 2024-01-08
49

510
### Fixed

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.28.0]" />
9-
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.28.0]" />
10-
<PackageVersion Include="FSharp.Core" Version="[9.0.100]" />
11-
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.9.100]" />
8+
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.29.0]" />
9+
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.29.0]" />
10+
<PackageVersion Include="FSharp.Core" Version="[9.0.201]" />
11+
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.9.201]" />
1212
<PackageVersion Include="Ionide.KeepAChangelog.Tasks" Version="0.1.8" />
1313
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.1.1" />
1414
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />

0 commit comments

Comments
 (0)