ProductivityTools.SQLServerColumnDescription.psd1

#
# Module manifest for module 'module'
#
# Generated by: pwujczyk
#
# Generated on: 2022-04-21 8:03:49 AM
#

@{

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

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

# ID used to uniquely identify this module
GUID = '06b21ab2-fdb4-48c4-9887-cafbea881df6'

# Author of this module
Author = 'Pawel Wujczyk'

# Company or vendor of this module
CompanyName = 'ProductivityTools.tech'

# Description of the functionality provided by this module
Description = 'Module allows to display description from column in SQL server. It also allows to generate md files'

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

# Functions to export from this module
FunctionsToExport = 'Get-ColumnsDescription'

PrivateData = @{
    
    PSData = @{
        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = @('SQL','Server', 'SQLServer', 'Column', 'Description', 'ExtendedProperty')
    
        # A URL to the main website for this project.
        ProjectUri = 'http://productivitytools.tech/sql-server-column-description/'

        # 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 = ''

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''

}