Skip to content

Commit

Permalink
build(deps): bump G-Research.FSharp.Analyzers from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [G-Research.FSharp.Analyzers](https://github.com/G-Research/fsharp-analyzers) from 0.11.0 to 0.12.0.
- [Changelog](https://github.com/G-Research/fsharp-analyzers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/G-Research/fsharp-analyzers/commits)

---
updated-dependencies:
- dependency-name: G-Research.FSharp.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Dec 8, 2024
1 parent dc609ce commit 0d74e84
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
<PackageVersion Include="Swashbuckle.AspNetCore" Version="7.1.0" />
<!-- Analyzers -->
<PackageVersion Include="FSharp.Analyzers.Build" Version="0.3.0" />
<PackageVersion Include="G-Research.FSharp.Analyzers" Version="0.11.0" />
<PackageVersion Include="G-Research.FSharp.Analyzers" Version="0.12.0" />
<PackageVersion Include="Ionide.Analyzers" Version="0.12.0" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions sample-project/packages.lock.json
Original file line number Diff line number Diff line change
@@ -10,9 +10,9 @@
},
"G-Research.FSharp.Analyzers": {
"type": "Direct",
"requested": "[0.11.0, )",
"resolved": "0.11.0",
"contentHash": "mzTpBrycqJq0SO/6fgYmpGvl48XnSU6VnuZ5wf8KRkqvfAsSFbiugXj11j3h38EEQO2ZlAeESKz3e+WqW0oHEA=="
"requested": "[0.12.0, )",
"resolved": "0.12.0",
"contentHash": "YrUhx/KpRs++eU2+INroxXShuOnEF77+vFI9UYtqFe9uQMzn7z56nu9CIbhzlWPeqviLZSSQTlUeeltmay1Xkw=="
},
"Giraffe": {
"type": "Direct",
6 changes: 3 additions & 3 deletions src/Giraffe.OpenApi/packages.lock.json
Original file line number Diff line number Diff line change
@@ -10,9 +10,9 @@
},
"G-Research.FSharp.Analyzers": {
"type": "Direct",
"requested": "[0.11.0, )",
"resolved": "0.11.0",
"contentHash": "mzTpBrycqJq0SO/6fgYmpGvl48XnSU6VnuZ5wf8KRkqvfAsSFbiugXj11j3h38EEQO2ZlAeESKz3e+WqW0oHEA=="
"requested": "[0.12.0, )",
"resolved": "0.12.0",
"contentHash": "YrUhx/KpRs++eU2+INroxXShuOnEF77+vFI9UYtqFe9uQMzn7z56nu9CIbhzlWPeqviLZSSQTlUeeltmay1Xkw=="
},
"Giraffe": {
"type": "Direct",

0 comments on commit 0d74e84

Please sign in to comment.