Commit 74c9b0f
authored
🩹 [Patch]: Update required modules + doc links (#37)
## Description
This pull request includes updates to the `NerdFonts` PowerShell module,
focusing on documentation enhancements, dependency updates, and
compatibility improvements. Below are the most important changes:
### Documentation Enhancements:
* Added `.LINK` and `.NOTES` sections to `Get-NerdFont` and
`Install-NerdFont` functions, providing links to the official NerdFonts
documentation and GitHub repository for better user guidance.
(`src/functions/public/Get-NerdFont.ps1`
[[1]](diffhunk://#diff-b3f6234dd4f55afe9de8daa4a7b43d8e17df21dbf18f9b96e2a32a950a1699caR23-R30)
`src/functions/public/Install-NerdFont.ps1`
[[2]](diffhunk://#diff-805a4a6beeb97eef72e8ff0b1bb90dee541f9da03df2803ab0a42416e5a8e794R31-R38)
### Dependency Updates:
* Updated the required version of the `Fonts` module from `1.1.19` to
`1.1.21` and added a new dependency on the `Admin` module with version
`1.1.6` in the `Install-NerdFont` function.
(`src/functions/public/Install-NerdFont.ps1`
[src/functions/public/Install-NerdFont.ps1L1-R2](diffhunk://#diff-805a4a6beeb97eef72e8ff0b1bb90dee541f9da03df2803ab0a42416e5a8e794L1-R2))
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] 1 parent 95a4960 commit 74c9b0f
3 files changed
Lines changed: 16 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
23 | 30 | | |
24 | 31 | | |
25 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
30 | 38 | | |
31 | 39 | | |
32 | 40 | | |
| |||
This file was deleted.
0 commit comments