KSchemaPlugin.psd1

@{
    RootModule        = 'KSchemaPlugin.psm1'
    ModuleVersion     = '1.0.4'
    GUID              = 'edb35c5a-099c-4872-b4d1-a86a1579d7ac'
    Author            = 'Daniel Berber'
    Copyright         = '(c) Daniel Berber. All rights reserved.'
    Description       = 'This plugin to the Kraken Module'
    RequiredModules   = @("sqlserver","PoshRSJob","Kraken")
    FunctionsToExport = @('*')
    VariablesToExport = @()
    AliasesToExport   = @()
    PrivateData       = @{
        PSData = @{
            Tags       = @('KSchemaPlugin', 'REST')
        }
    }
}