Skip to content

Commit

Permalink
Merge pull request #108 from AArnott/dev/andarno/libtemplateUpdate
Browse files Browse the repository at this point in the history
Merge latest Library.Template
  • Loading branch information
AArnott authored Dec 9, 2024
2 parents 21127aa + 080bbf7 commit 6014b39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"rollForward": false
},
"dotnet-coverage": {
"version": "17.12.6",
"version": "17.13.1",
"commands": [
"dotnet-coverage"
],
Expand All @@ -24,7 +24,7 @@
"rollForward": false
},
"docfx": {
"version": "2.78.1",
"version": "2.78.2",
"commands": [
"docfx"
],
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: ⚙ Install prerequisites
run: ./init.ps1 -UpgradePrerequisites

Expand Down
2 changes: 1 addition & 1 deletion docfx/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ _layout: landing

This is your docfx landing page.

Click "Docs" across the top to get get started.
Click "Docs" across the top to get started.

0 comments on commit 6014b39

Please sign in to comment.