From 920ac2710c3dccc281e18658d7dc2be296774a28 Mon Sep 17 00:00:00 2001 From: Dan Franciscus Date: Wed, 19 Jun 2019 12:49:38 -0400 Subject: [PATCH] Added tag --- Chocolatey-tools.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chocolatey-tools.psd1 b/Chocolatey-tools.psd1 index d52548e..816a120 100644 --- a/Chocolatey-tools.psd1 +++ b/Chocolatey-tools.psd1 @@ -12,7 +12,7 @@ RootModule = 'Chocolatey-tools.psm1' # Version number of this module. -ModuleVersion = '0.4.3' +ModuleVersion = '0.4.4' # Supported PSEditions # CompatiblePSEditions = @() @@ -95,7 +95,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - # Tags = @() + Tags = @('Chocolatey','Software') # A URL to the license for this module. # LicenseUri = ''