ProductivityTools.FindModuleDependencies.psd1

#
# Module manifest for module 'module'
#
# Generated by: pwujczyk
#
# Generated on: 1/13/2019 9:15:34 AM
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'ProductivityTools.FindModuleDependencies.psm1'

# Version number of this module.
ModuleVersion = '0.0.5'

# ID used to uniquely identify this module
GUID = '960141c7-d0f9-4c02-a8c2-f19dd11dbc23'

# Author of this module
Author = 'PaweÅ‚ Wujczyk'

# Description of the functionality provided by this module
 Description = 'It finds all modules which are dependent on given module'

# Functions to export from this module
FunctionsToExport = 'Find-ModuleDependencies'

# 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 = @('Dependencies','RequiredModules')
    
        # A URL to the main website for this project.
        ProjectUri = 'http://productivitytools.tech/find-module-dependencies/'
    
        # 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

# HelpInfo URI of this module
HelpInfoURI = 'http://www.productivitytools.tech/find-moduledependencies/'
}