Database.psd1
# # Module manifest for module 'Database' # # Generated by: SQL Server Community # # Generated on: 4/14/2017 # @{ # Version number of this module. ModuleVersion = '0.0.5' # ID used to uniquely identify this module GUID = 'd36203c0-5853-422a-b500-c2a975ab23ba' # Author of this module Author = 'SQL Server Community' # Company or vendor of this module CompanyName = 'SQL Server Community' # Copyright statement for this module Copyright = '2017 SQL Server Community' # Description of the functionality provided by this module Description = 'Database meta package' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '5.0' # Modules that must be imported into the global environment prior to importing this module RequiredModules = @('sqlserver','dbatools','dbareports','PowerUpSQL','xsqlserver') PrivateData = @{ # PSData is module packaging and gallery metadata embedded in PrivateData # It's for rebuilding PowerShellGet (and PoshCode) NuGet-style packages # We had to do this because it's the only place we're allowed to extend the manifest # https://connect.microsoft.com/PowerShell/feedback/details/421837 PSData = @{ # The primary categorization of this module (from the TechNet Gallery tech tree). Category = "Database" # Keyword tags to help users find this module via navigations and search. Tags = @('database','sqlserver','datapro') # The web address of an icon which can be used in galleries to represent this module IconUri = "" # Indicates this is a pre-release/testing version of the module. IsPrerelease = 'False' } } } |