Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/G-Research.FSharp.Analyzers…
Browse files Browse the repository at this point in the history
…-0.12.0
  • Loading branch information
mrtz-j authored Dec 23, 2024
2 parents 0d74e84 + 4597b85 commit 4ec801c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"fsharp-analyzers": {
"version": "0.27.0",
"version": "0.28.0",
"commands": [
"fsharp-analyzers"
],
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<!-- Analyzers -->
<PackageVersion Include="FSharp.Analyzers.Build" Version="0.3.0" />
<PackageVersion Include="G-Research.FSharp.Analyzers" Version="0.12.0" />
<PackageVersion Include="Ionide.Analyzers" Version="0.12.0" />
<PackageVersion Include="Ionide.Analyzers" Version="0.13.0" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions sample-project/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
},
"Ionide.Analyzers": {
"type": "Direct",
"requested": "[0.12.0, )",
"resolved": "0.12.0",
"contentHash": "wW6zDrd7/2vxehuyPY3JYisf8III3ng3EalOgh+QbJOukB/Nk6xGoqC1NDVSapnDZbEP5+6/YYUPN5kVSHugEg=="
"requested": "[0.13.0, )",
"resolved": "0.13.0",
"contentHash": "qoLtfwDp4/ZhzYKCjVtJmdlUQQ3nnwiuxO8Qmg9EMAnCzD4PCQ/jkNY1Q3WsGtCXTwZcUAuKf2NDFJCJnO3eKA=="
},
"Swashbuckle.AspNetCore": {
"type": "Direct",
Expand Down
6 changes: 3 additions & 3 deletions src/Giraffe.OpenApi/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
},
"Ionide.Analyzers": {
"type": "Direct",
"requested": "[0.12.0, )",
"resolved": "0.12.0",
"contentHash": "wW6zDrd7/2vxehuyPY3JYisf8III3ng3EalOgh+QbJOukB/Nk6xGoqC1NDVSapnDZbEP5+6/YYUPN5kVSHugEg=="
"requested": "[0.13.0, )",
"resolved": "0.13.0",
"contentHash": "qoLtfwDp4/ZhzYKCjVtJmdlUQQ3nnwiuxO8Qmg9EMAnCzD4PCQ/jkNY1Q3WsGtCXTwZcUAuKf2NDFJCJnO3eKA=="
},
"Microsoft.AspNetCore.OpenApi": {
"type": "Direct",
Expand Down

0 comments on commit 4ec801c

Please sign in to comment.