LANCommander/LANCommander.Server/Modules/SteamCMD/SteamCMD.psd1

14 lines
448 B
PowerShell
Raw Permalink Normal View History

@{
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 = @()
}