mirror of
https://github.com/keystone-engine/keystone
synced 2026-06-08 15:15:30 +00:00
59328a0fde
Get-Help fixes & Remove copyright notice in psd
23 lines
580 B
PowerShell
Executable File
23 lines
580 B
PowerShell
Executable File
@{
|
|
# Script module or binary module file associated with this manifest.
|
|
ModuleToProcess = 'Keystone.psm1'
|
|
|
|
# Version number of this module.
|
|
ModuleVersion = '0.0.0.1'
|
|
|
|
# ID used to uniquely identify this module
|
|
GUID = 'd34db33f-7f65-4681-9cfb-0cf4929a8e68'
|
|
|
|
# Author of this module
|
|
Author = 'Ruben Boonen'
|
|
|
|
# Description of the functionality provided by this module
|
|
Description = 'Keystone Engine Binding Module'
|
|
|
|
# Minimum version of the Windows PowerShell engine required by this module
|
|
PowerShellVersion = '2.0'
|
|
|
|
# Functions to export from this module
|
|
FunctionsToExport = '*'
|
|
}
|