Skip to content

Commit

Permalink
Bump docfx from 2.75.3 to 2.76.0 (#10)
Browse files Browse the repository at this point in the history
Bumps [docfx](https://github.com/dotnet/docfx) from 2.75.3 to 2.76.0.
- [Release notes](https://github.com/dotnet/docfx/releases)
- [Changelog](https://github.com/dotnet/docfx/blob/main/RELEASENOTE.md)
- [Commits](dotnet/docfx@v2.75.3...v2.76.0)

---
updated-dependencies:
- dependency-name: docfx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 9, 2024
1 parent c5c3bcd commit b61046e
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-reportgenerator-globaltool": {
"version": "5.2.4",
"commands": [
"reportgenerator"
]
},
"nuke.globaltool": {
"version": "8.0.0",
"commands": [
"nuke"
]
},
"docfx": {
"version": "2.75.3",
"commands": [
"docfx"
]
}
"version": 1,
"isRoot": true,
"tools": {
"dotnet-reportgenerator-globaltool": {
"version": "5.2.4",
"commands": [
"reportgenerator"
]
},
"nuke.globaltool": {
"version": "8.0.0",
"commands": [
"nuke"
]
},
"docfx": {
"version": "2.76.0",
"commands": [
"docfx"
]
}
}
}
}

0 comments on commit b61046e

Please sign in to comment.