14 lines
No EOL
448 B
PowerShell
14 lines
No EOL
448 B
PowerShell
@{
|
|
RootModule = 'SteamCMD.psm1'
|
|
ModuleVersion = '1.0.0'
|
|
GUID = 'd9e2b2b7-7c4a-4c1c-9c33-93d5f65a4a21'
|
|
Author = 'Pat Hartl'
|
|
CompanyName = 'LANCommander'
|
|
Description = 'Install and update Steam games using SteamCMD'
|
|
PowerShellVersion = '7.0'
|
|
|
|
FunctionsToExport = @('Install-SteamGame')
|
|
CmdletsToExport = @()
|
|
VariablesToExport = @()
|
|
AliasesToExport = @()
|
|
} |