Domeneshop.psd1
@{ RootModule = 'Domeneshop.psm1' ModuleVersion = '0.0.2' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = '248772ef-bd84-4619-bab5-a2a20f5a311d' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2025 PSModule. All rights reserved.' Description = 'A PowerShell module for interacting with the Domeneshop APIs' PowerShellVersion = '5.1' ProcessorArchitecture = 'None' RequiredModules = @( 'Utilities' ) TypesToProcess = @() FormatsToProcess = @() FunctionsToExport = @( 'Get-PSModuleTest' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() ModuleList = @() FileList = @( 'Domeneshop.psm1' ) PrivateData = @{ PSData = @{ Tags = @( 'Linux' 'MacOS' 'PSEdition_Core' 'PSEdition_Desktop' 'Windows' ) LicenseUri = 'https://github.com/PSModule/Domeneshop/blob/main/LICENSE' ProjectUri = 'https://github.com/PSModule/Domeneshop' IconUri = 'https://raw.githubusercontent.com/PSModule/Domeneshop/main/icon/icon.png' } } } |