From a663a8c0d9189390388e9a94b24bc14d98cd5265 Mon Sep 17 00:00:00 2001 From: codaamok Date: Wed, 4 May 2022 21:02:38 +0100 Subject: [PATCH] Updated PSBusinessTime.psd1 with tags +semver: skip --- src/PSBusinessTime.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PSBusinessTime.psd1 b/src/PSBusinessTime.psd1 index 8a0202d..96c053e 100644 --- a/src/PSBusinessTime.psd1 +++ b/src/PSBusinessTime.psd1 @@ -30,7 +30,7 @@ CompanyName = '' Copyright = '(c) Adam Cook (@codaamok). All rights reserved.' # Description of the functionality provided by this module -Description = 'A PowerShell module with functions to help working with and calculating business hours / date times.' +Description = 'A PowerShell module with functions to help calculate working hours, and for generally working with or calculating business hours / date times.' # Minimum version of the PowerShell engine required by this module PowerShellVersion = '5.1' @@ -95,7 +95,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - # Tags = @() + Tags = @("Time","DateTime","Dates","Date","WorkingTime","WorkingHours","WorkingDays","BusinessTime","BusinessHours","BusinessDays") # A URL to the license for this module. # LicenseUri = ''