diff --git a/src/GitHub/GitHub.psd1 b/src/GitHub/GitHub.psd1 index f73419373..6b2f55aba 100644 --- a/src/GitHub/GitHub.psd1 +++ b/src/GitHub/GitHub.psd1 @@ -1,26 +1,14 @@ -@{ - # Version number of this module +@{ ModuleVersion = '0.3.0' - - # Description of the functionality provided by this module Description = 'GitHub PowerShell Module' - - # Private data to pass to the module specified in RootModule/ModuleToProcess. - # This may also contain a PSData hashtable with additional module metadata used by PowerShell. PrivateData = @{ - PSData = @{ - - # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'GitHub', 'PSModule' - - # A URL to the license for this module. + Tags = @( + 'GitHub' + 'PSModule' + ) LicenseUri = 'https://github.com/PSModule/GitHub/blob/main/LICENSE.md' - - # A URL to the main website for this project. ProjectUri = 'https://github.com/PSModule/GitHub' - - # A URL to an icon representing this module. IconUri = 'https://raw.githubusercontent.com/PSModule/GitHub/main/media/icon.png' } }