Skip to content

Commit

Permalink
- update fsharp-analyzers tool to 0.21.0 (#1215)
Browse files Browse the repository at this point in the history
- update Ionide.Analyzers to 0.5.1
  • Loading branch information
dawedawe authored Dec 7, 2023
1 parent 79ee428 commit cc4f61b
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
]
},
"fsharp-analyzers": {
"version": "0.20.2",
"version": "0.21.0",
"commands": [
"fsharp-analyzers"
]
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ lowest_matching: true
nuget BenchmarkDotNet 0.13.5
nuget Fantomas.Client >= 0.9
nuget FSharp.Compiler.Service >= 43.8.100
nuget Ionide.Analyzers 0.4.0
nuget Ionide.Analyzers 0.5.1
nuget FSharp.Analyzers.Build 0.2.0
nuget Ionide.ProjInfo >= 0.62.0
nuget Ionide.ProjInfo.FCS >= 0.62.0
2 changes: 1 addition & 1 deletion paket.lock
Original file line number Diff line number Diff line change
@@ -131,7 +131,7 @@ NUGET
Microsoft.Win32.Registry (>= 5.0)
System.Collections.Immutable (>= 5.0)
System.Reflection.Metadata (>= 5.0)
Ionide.Analyzers (0.4)
Ionide.Analyzers (0.5.1)
Ionide.KeepAChangelog.Tasks (0.1.8) - copy_local: true
Ionide.LanguageServerProtocol (0.4.20)
FSharp.Core (>= 6.0)

0 comments on commit cc4f61b

Please sign in to comment.