ProductivityTools.PSExcel2SQL.psd1

#
# Module manifest for module 'module'
#
# Generated by: pawel.wujczyk
#
# Generated on: 2/20/2018 9:22:19 AM
#

@{

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

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

# ID used to uniquely identify this module
GUID = '9485c096-29f7-4741-ad0b-0237e9aba1f5'

# Author of this module
Author = 'Pawel Wujczyk'

# Description of the functionality provided by this module
Description = 'Module takes all excel files in given directory and push the content to database.'

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @('ProductivityTools.PSSQLCommands')

# Functions to export from this module
FunctionsToExport = 'Import-ExcelToSql'

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://www.productivitytools.tech/excel2sql/'
    
            } # End of PSData hashtable
    } # End of PrivateData hashtable

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