DeepMind.psd1
# # Module manifest for module 'DeepMind' # @{ # Script module or binary module file associated with this manifest. RootModule = 'DeepMind.psm1' # Version number of this module. ModuleVersion = '1.0.2' # Supported PSEditions # CompatiblePSEditions = @() # ID used to uniquely identify this module GUID = '7a700745-0c53-4aee-ade5-67312a279661' # Author of this module Author = 'nohwnd' # Company or vendor of this module CompanyName = 'Unknown' # Copyright statement for this module Copyright = '(c) 2017 nohwnd. All rights reserved.' # Description of the functionality provided by this module Description = 'Add two numbers in cloud.' # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. FunctionsToExport = @("Add-DeepMind") # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. CmdletsToExport = @() # Variables to export from this module VariablesToExport = '*' # Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. AliasesToExport = @() } |