ProductivityTools.GetBinaryModuleFileList.psd1
# # Module manifest for module 'module' # # Generated by: Pawel # # Generated on: 6/18/2021 9:10:41 PM # @{ # Script module or binary module file associated with this manifest. RootModule = 'ProductivityTools.GetBinaryModuleFileList.psm1' # Version number of this module. ModuleVersion = '0.0.2' # ID used to uniquely identify this module GUID = '3e5d6e0d-ded3-4e67-ab82-17a9693b0659' # Author of this module Author = 'Pawel Wujczyk' # Company or vendor of this module CompanyName = 'ProductivityTools' # Copyright statement for this module Copyright = 'Productivity Tools' # Description of the functionality provided by this module Description = 'Module prints list of files which can be copied to the psd1 powershell manifest file.' # Functions to export from this module FunctionsToExport = 'Get-BinaryModuleList' PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. Tags = @('Binary','Module','FileList') # A URL to the main website for this project. ProjectUri = 'http://productivitytools.tech/get-binary-module-filelist/' # A URL to an icon representing this module. IconUri = 'http://cdn.productivitytools.tech/images/PT/ProductivityTools_blue_85px_3.png' } # End of PSData hashtable } # End of PrivateData hashtable } |