diff --git a/PowerFMG/PowerFMG.psd1 b/PowerFMG/PowerFMG.psd1 index 52e5d18..7ca37e3 100644 --- a/PowerFMG/PowerFMG.psd1 +++ b/PowerFMG/PowerFMG.psd1 @@ -9,10 +9,10 @@ @{ # Script module or binary module file associated with this manifest. - RootModule = 'PowerFMG.psm1' + RootModule = 'PowerFMG.psm1' # Version number of this module. - ModuleVersion = '0.0.1' + ModuleVersion = '0.1.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -95,13 +95,13 @@ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - # Tags = @() + Tags = @('Fortinet', 'FortiManager', 'API', 'PSEdition_Core', 'PSEdition_Desktop') # A URL to the license for this module. - # LicenseUri = '' + LicenseUri = 'https://github.com/FortiPower/PowerFMG/blob/master/LICENSE' # A URL to the main website for this project. - # ProjectUri = '' + ProjectUri = 'https://github.com/FortiPower/PowerFMG/' # A URL to an icon representing this module. # IconUri = ''