ApexSQL_DevOps_toolkit.psd1

#
# Module manifest for module 'ApexSQL_DevOps_toolkit'
#
# Generated by: ApexSQL LLC
#
# Generated on: 01/15/2018
#

@{

# Script module or binary module file associated with this manifest
RootModule = "ApexSQL_DevOps_toolkit.psm1"

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

# ID used to uniquely identify this module
GUID = '7af66d71-a22b-46bf-8a62-ad1e2d684eab'

# Author of this module
Author = 'ApexSQL LLC'

# Company or vendor of this module
CompanyName = 'ApexSQL'

# Copyright statement for this module
Copyright = '(c) 2019 ApexSQL LLC. All rights reserved.'

# Description of the functionality provided by this module
Description = 'The ApexSQL DevOps toolkit is a set of components and scripts that integrate with ApexSQL SQL developer tools to create SQL Server database continuous integration and delivery automation pipelines. The PowerShell functions provide SQL Server DevOps capability to any Windows environment.'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.0'

# Minimum version of the .NET Framework required by this module
DotNetFrameworkVersion = '4.5'

# Minimum version of the common language runtime (CLR) required by this module
CLRVersion = '4.0'

# Functions to export from this module
FunctionsToExport = @(
    "New-ApexSqlDatabaseConnection",
    "New-ApexSqlGitSourceControlConnection",
    "New-ApexSqlTfsSourceControlConnection",
    "New-ApexSqlMercurialSourceControlConnection",
    "New-ApexSqlSubversionSourceControlConnection",
    "New-ApexSqlPerforceSourceControlConnection",
    "New-ApexSqlFileConnection",
    "New-ApexSqlSource",
    "New-ApexSQLNotificationSettings",
    "New-ApexSqlOptions",
    "GetSourceName",
    "GetSourceForDataDiff",
    "Initialize-Globals",
    "Invoke-ApexSqlAuditStep",
    "Invoke-ApexSqlBuildStep",
    "Invoke-ApexSqlDeployStep",
    "Invoke-ApexSqlDocumentStep",
    "Invoke-ApexSqlReviewStep",
    "Invoke-ApexSqlNotifyStep",
    "Invoke-ApexSqlPopulateStep",
    "Invoke-ApexSqlScriptStep",
    "Invoke-ApexSqlPackageStep",
    "Invoke-ApexSqlDataSyncStep",
    "Invoke-ApexSqlSchemaSyncStep",
    "Invoke-ApexSqlTestStep"
)

# Cmdlets to export from this module
CmdletsToExport = @()

# HelpInfo URI of this module
# HelpInfoURI = ''

}