WoW.psd1
@{ RootModule = 'WoW.psm1' ModuleVersion = '0.0.22' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = 'bccdd42a-3bd6-44c0-96ff-e65e68cb34af' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2025 PSModule. All rights reserved.' Description = 'A PowerShell module containing utilities for World of Warcraft.' PowerShellVersion = '7.4' ProcessorArchitecture = 'None' RequiredAssemblies = 'assemblies/LsonLib.dll' TypesToProcess = @() FormatsToProcess = @() 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 = @() ModuleList = @() FileList = @( 'WoW.psm1' 'assemblies/LsonLib.dll' ) 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' } } } |