WoW.psd1
@{ RootModule = 'WoW.psm1' ModuleVersion = '0.0.18' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = '3aea57b9-a912-440c-a5d6-6bb0693d1488' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2024 PSModule. All rights reserved.' Description = 'A PowerShell module containing utilities for World of Warcraft.' PowerShellVersion = '7.0' ProcessorArchitecture = 'None' RequiredAssemblies = 'assemblies/LsonLib.dll' ScriptsToProcess = @() TypesToProcess = @() FormatsToProcess = @() NestedModules = @() FunctionsToExport = @( 'Get-WoWAccount' 'Set-WoWAccount' 'Show-WoWAccount' 'Get-WoWAddon' 'Select-WoWAddon' 'Show-WoWAddon' 'Get-BNetAPIRegion' 'Set-BNetAPIRegion' 'Get-WoWPowerType' 'Get-WoWCharacter' 'Set-WoWCharacter' 'Get-WoWFolder' 'Invoke-WoWManager' 'Get-WoWRealm' 'Update-WoWRealm' ) CmdletsToExport = @() VariablesToExport = @() ModuleList = @() FileList = @() PrivateData = @{ PSData = @{ Tags = @( 'games' 'Linux' 'MacOS' 'PSEdition_Core' 'PSEdition_Desktop' 'retail' 'Windows' 'wow' ) LicenseUri = 'https://github.com/PSModule/WoW/blob/main/LICENSE' ProjectUri = 'https://github.com/PSModule/WoW' IconUri = 'https://raw.githubusercontent.com/PSModule/WoW/main/icon/icon.png' } } } |