black/Alat.PSSp.psd1

@{

# Script module or binary module file associated with this manifest.
RootModule = 'Alat.PSSp.PSModule.dll'

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

# ID used to uniquely identify this module
GUID = 'a731bf97-5df3-4a38-8439-a9b7f780be13'

# Author of this module
Author = 'lasenov'

# Company or vendor of this module
CompanyName = ''

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

# Description of the functionality provided by this module
# Description = ''

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

# Specifies the compatible PSEditions of the module.
CompatiblePSEditions = @('Core')

# Functions to export from this module
FunctionsToExport = ''

# Cmdlets to export from this module
CmdletsToExport = '*'

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

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

}