From b142bde6158436341813b3e2e9c1c48ccf77e0c0 Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Tue, 5 Nov 2024 15:13:13 -0600 Subject: [PATCH] Fix bad merge --- resources/GitDsc/GitDsc.psd1 | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/resources/GitDsc/GitDsc.psd1 b/resources/GitDsc/GitDsc.psd1 index eddf8279..15177152 100644 --- a/resources/GitDsc/GitDsc.psd1 +++ b/resources/GitDsc/GitDsc.psd1 @@ -85,8 +85,7 @@ 'GitClone', 'GitRemote', 'GitConfigUserName', - 'GitConfigUserEmail', - 'GitConfigFile' + 'GitConfigUserEmail' ) # List of all modules packaged with this module @@ -99,9 +98,22 @@ PrivateData = @{ PSData = @{ + + # Tags applied to this module. These help with module discovery in online galleries. + Tags = @( + 'PSDscResource_GitClone', + 'PSDscResource_GitRemote', + 'PSDscResource_GitConfigUserName', + 'PSDscResource_GitConfigUserEmail' + ) + # A URL to the license for this module. # LicenseUri = '' - Tags = @('PSDscResource_GitClone', 'PSDscResource_GitRemote', 'PSDscResource_GitConfigUserName', 'PSDscResource_GitConfigUserEmail') + + # A URL to the main website for this project. + # ProjectUri = '' + + # A URL to an icon representing this module. # IconUri = '' # ReleaseNotes of this module @@ -126,11 +138,4 @@ # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. # DefaultCommandPrefix = '' -} - # HelpInfo URI of this module - # HelpInfoURI = '' - - # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. - # DefaultCommandPrefix = '' - }