Devart.DbForge.DevOpsAutomation.SqlServer.psd1

#
# Module manifest
#
# Generated by: Devart LLC
#
# Generated on: 22/10/2018
#

@{

# Script module or binary module file associated with this manifest
RootModule = 'Devart.DbForge.DevOpsAutomation.SqlServer.dll'

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

# ID used to uniquely identify this module
GUID = '176ead01-f894-4043-9578-f94762c8d7c8'

# Author of this module
Author = 'Devart Ltd.'

# Company or vendor of this module
CompanyName = 'Devart Ltd.'

# Copyright statement for this module
Copyright = '(c) 2022
 Devart Ltd. All rights reserved.'


# Description of the functionality provided by this module
Description = 'dbForge DevOps Automation PowerShell for SQL Server helps with organizing database DevOps processes for your SQL Server databases. It allows you to develop, source-control, and safely automate the deployment of database changes by using dbForge for SQL Server tools via the PowerShell interface.'

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

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

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{
    PSData = @{

      # Tags applied to this module. These help with module discovery in online galleries.
      Tags = @('Devart', 'Automation', 'DevOps', 'Continuous', 'Integration', 'Delivery', 'CI', 'SQL', 'SQLServer' , 'Database')

      # A URL to the main website for this project.
      ProjectUri = 'https://www.devart.com/dbforge/sql/database-devops/'
 
      # A URL to the license for this module.
      LicenseUri = 'https://www.devart.com/using-website/eula.html'

      # A URL to an icon representing this module.
      IconUri = 'https://www.devart.com/images/products/logos/dbforge-sql-database-devops.svg'

      # ReleaseNotes of this module
      ReleaseNotes = 'dbForge DevOps Automation PowerShell for SQL Server
       
Features:
Release new cmdlet - Register-DevartTools, Unregister-DevartTools.
Supported the work of the dbForge DevOps PowerShell module with the dbForge Studio for SQL Server.'

    } 
} 

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

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

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()

# Script files (.ps1) that are run in the caller's environment prior to importing this module
# ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
# FormatsToProcess = @('Devart.DbForge.DevOpsAutomation.SqlServer.format.ps1xml')

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()

# Functions to export from this module
FunctionsToExport = '*'

# Cmdlets to export from this module
CmdletsToExport = 'Export-DevartDatabaseProject','Invoke-DevartDataExport',
               'Invoke-DevartDataImport','Invoke-DevartDatabaseBuild',
               'Invoke-DevartDatabaseTests','Invoke-DevartExecuteScript',
               'Invoke-DevartFormatScript','Invoke-DevartPopulate',
               'Invoke-DevartSyncDatabaseSchema','New-DevartDatabaseDocumentation',
               'New-DevartDatabaseProject','New-DevartSqlDatabaseConnection',
               'Publish-DevartDatabaseProject','Set-DevartLogger',
               'Set-DevartPackageInfo','Test-DevartDatabaseConnection',
               'Register-DevartTools','Unregister-DevartTools'

# Variables to export from this module
VariablesToExport = '*'

# Aliases to export from this module
AliasesToExport = '*'

# List of all modules packaged with this module
# ModuleList = @()

# List of all files packaged with this module
# FileList = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess
# PrivateData = ''

# HelpInfo URI of this module
# HelpInfoURI = ''

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# NOTE: If parameter defined the PowerShell can't automatically load the first time this binary module
# DefaultCommandPrefix = 'Devart'
}