Skip to content

Commit

Permalink
Analyzer SDK and F# package bumps for .NET SDK 8.0.400 (#111)
Browse files Browse the repository at this point in the history
* analyzer SDK and F# package bumps

* bump tools as well
  • Loading branch information
baronfel authored Aug 19, 2024
1 parent f9ea2b3 commit 400b62e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"isRoot": true,
"tools": {
"fsharp-analyzers": {
"version": "0.26.1",
"version": "0.27.0",
"commands": [
"fsharp-analyzers"
]
},
"fantomas": {
"version": "6.3.10",
"version": "6.3.11",
"commands": [
"fantomas"
]
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.12.0 - 2024-08-18

### Changed

* Update FSharp.Analyzers.SDK to `0.27.0`. [#111](https://github.com/ionide/ionide-analyzers/pull/110)

## 0.11.1 - 2024-08-06

* Update FSharp.Analyzers.SDK to `0.26.1`. [#110](https://github.com/ionide/ionide-analyzers/pull/110)
Expand Down
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="FSharp.Core" Version="[8.0.300]" />
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.8.300]" />
<PackageVersion Include="FSharp.Core" Version="[8.0.400]" />
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.8.400]" />
<PackageVersion Include="Ionide.KeepAChangelog.Tasks" Version="0.1.8" />
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.4" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
Expand All @@ -14,7 +14,7 @@
<PackageVersion Include="MSBuild.StructuredLogger" Version="2.2.291" />
</ItemGroup>
<ItemGroup Condition="'$(UseLocalAnalyzersSDK)' == 'false'">
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.26.1]" />
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.26.1]" />
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.27.0]" />
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.27.0]" />
</ItemGroup>
</Project>

0 comments on commit 400b62e

Please sign in to comment.