mirror of
https://github.com/LANCommander/LANCommander.Servers.Base.git
synced 2026-08-01 02:50:31 -04:00
23 lines
No EOL
645 B
PowerShell
23 lines
No EOL
645 B
PowerShell
@{
|
|
RootModule = 'OverlayFS.psm1'
|
|
ModuleVersion = '1.0.0'
|
|
GUID = 'c4b2e1c9-9a18-4b1e-9c9a-7e5e8f9a4b32'
|
|
Author = 'Pat Hartl'
|
|
CompanyName = 'LANCommander'
|
|
Copyright = '(c) LANCommander'
|
|
Description = 'Configure OverlayFS using PowerShell'
|
|
PowerShellVersion = '5.1'
|
|
|
|
FunctionsToExport = @('Mount-Overlay')
|
|
CmdletsToExport = @()
|
|
VariablesToExport = @()
|
|
AliasesToExport = @()
|
|
|
|
PrivateData = @{
|
|
PSData = @{
|
|
Tags = @('filesystem', 'overlay')
|
|
LicenseUri = ''
|
|
ProjectUri = ''
|
|
}
|
|
}
|
|
} |