ProductivityTools.GetDayInGivenWeek.psd1
# # Module manifest for module 'module' # # Generated by: pwujczyk # # Generated on: 1/12/2019 10:55:11 PM # @{ # Script module or binary module file associated with this manifest. RootModule = 'ProductivityTools.GetDayInGivenWeek.psm1' # Version number of this module. ModuleVersion = '0.0.2' # ID used to uniquely identify this module GUID = 'a3ceaebc-530f-42cd-a190-33742c610032' # Author of this module Author = 'Paweł Wujczyk' # Description of the functionality provided by this module Description = 'Module calculates date of day of week (Monday, Tuesday,…) for given week.' # Functions to export from this module FunctionsToExport = 'Get-DayInGivenWeek' # Private data to pass to the module specified in RootModule/ModuleToProcess PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. Tags = @('Date','DayInweek') # A URL to the main website for this project. ProjectUri = 'http://www.productivitytools.tech/get-dayingivenweek/' } # End of PSData hashtable } # End of PrivateData hashtable # HelpInfo URI of this module HelpInfoURI = 'http://www.productivitytools.tech/get-dayingivenweek/' } |