ProductivityTools.FindPictures.psd1
# # Module manifest for module 'module' # # Generated by: pwujczyk # # Generated on: 2/15/2019 9:16:51 AM # @{ # Script module or binary module file associated with this manifest. RootModule = 'ProductivityTools.FindPictures.psm1' # Version number of this module. ModuleVersion = '0.0.3' # ID used to uniquely identify this module GUID = '11a1940c-578f-4dd9-b6ce-b908e6cf8521' # Author of this module Author = 'Pawel Wujczyk' # Description of the functionality provided by this module Description = 'Module finds pictures without date time creation, which often means that this is not photo but picture' # Functions to export from this module FunctionsToExport = 'Find-Pictures' # HelpInfo URI of this module HelpInfoURI = 'http://productivitytools.tech/find-pictures/' PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. Tags = @('Find','Pictures') # A URL to the main website for this project. ProjectUri = 'http://productivitytools.tech/find-pictures/' } # End of PSData hashtable } # End of PrivateData hashtable } |