Domeneshop.psd1

@{
    RootModule            = 'Domeneshop.psm1'
    ModuleVersion         = '1.0.1'
    CompatiblePSEditions  = @(
        'Core'
    )
    GUID                  = 'c318f364-b28d-4b4e-9255-288e9b2c60f0'
    Author                = 'PSModule'
    CompanyName           = 'PSModule'
    Copyright             = '(c) 2026 PSModule. All rights reserved.'
    Description           = 'A PowerShell module for interacting with the Domeneshop APIs'
    PowerShellVersion     = '7.6'
    ProcessorArchitecture = 'None'
    RequiredModules       = @(
        @{
            ModuleName    = 'Context'
            ModuleVersion = '8.1.6'
        }
    )
    TypesToProcess        = @()
    FormatsToProcess      = @()
    FunctionsToExport     = @(
        'Add-DomeneshopDnsRecord'
        'Add-DomeneshopForward'
        'Connect-DomeneshopAccount'
        'Get-DomeneshopContext'
        'Get-DomeneshopDnsRecord'
        'Get-DomeneshopDomain'
        'Get-DomeneshopForward'
        'Get-DomeneshopInvoice'
        'Remove-DomeneshopDnsRecord'
        'Remove-DomeneshopForward'
        'Set-DomeneshopDnsRecord'
        'Set-DomeneshopForward'
        'Update-DomeneshopDdns'
    )
    CmdletsToExport       = @()
    VariablesToExport     = @()
    AliasesToExport       = @()
    ModuleList            = @()
    FileList              = @(
        'Domeneshop.psm1'
    )
    PrivateData           = @{
        PSData = @{
            Tags       = @(
                'Linux'
                'MacOS'
                'PSEdition_Core'
                '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'
        }
    }
}