diff --git a/PowerAzPlus/PowerAzPlus.psd1 b/PowerAzPlus/PowerAzPlus.psd1 index 9854587..983e58f 100644 --- a/PowerAzPlus/PowerAzPlus.psd1 +++ b/PowerAzPlus/PowerAzPlus.psd1 @@ -12,7 +12,7 @@ RootModule = 'PowerAzPlus.psm1' # Version number of this module. -ModuleVersion = '1.0.0' +ModuleVersion = '1.0.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -95,7 +95,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - # Tags = @() + Tags = @('PSEdition_Desktop', 'PSEdition_Core', 'Windows', 'Linux', 'MacOS') # A URL to the license for this module. # LicenseUri = '' @@ -107,7 +107,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = 'Initial 1.0.0 release.' + ReleaseNotes = 'Initial 1.0.0 release with Help.' # Prerelease string of this module # Prerelease = ''