🩹 [Patch]: Update required modules + doc links#49
Merged
MariusStorhaug merged 2 commits intomainfrom May 20, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR enhances documentation for Google Fonts functions, updates module dependencies, and cleans up the project manifest.
- Updated required module versions and added a new Admin module dependency.
- Introduced .LINK and .NOTES sections to both Get-GoogleFont and Install-GoogleFont functions for improved documentation.
- Removed the PowerShellVersion declaration from the manifest for simplification.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/manifest.psd1 | Removed obsolete PowerShellVersion declaration |
| src/functions/public/Install-GoogleFont.ps1 | Updated module versions and added a new dependency; enhanced inline documentation |
| src/functions/public/Get-GoogleFont.ps1 | Added inline documentation via .LINK and .NOTES sections |
…all-GoogleFont functions
Contributor
|
Module GoogleFonts - 1.0.28 published to the PowerShell Gallery. |
Contributor
|
GitHub release for GoogleFonts v1.0.28 has been created. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request introduces updates to improve documentation for PowerShell functions, update module dependencies, and clean up the project manifest. Below is a breakdown of the most significant changes:
Documentation Enhancements:
.LINKand.NOTESsections to theGet-GoogleFontfunction to provide additional resources and context, including links to the function's documentation and the Google Fonts GitHub repository. (src/functions/public/Get-GoogleFont.ps1, src/functions/public/Get-GoogleFont.ps1R23-R29).LINKand.NOTESsections to theInstall-GoogleFontfunction for similar purposes, enhancing the function's usability and clarity. (src/functions/public/Install-GoogleFont.ps1, src/functions/public/Install-GoogleFont.ps1R31-R37)Dependency Updates:
Fontsmodule from1.1.19to1.1.21and added a new dependency on theAdminmodule with a required version of1.1.6, ensuring compatibility and new functionality. (src/functions/public/Install-GoogleFont.ps1, src/functions/public/Install-GoogleFont.ps1L1-R2)Type of change
Checklist