Get-Ip.psd1

@{
    ModuleVersion = '1.0.2'  
    RootModule = 'Get-Ip.psm1' 
    Author = 'Malcolm Sheridan'
    Description = "The Get-Ip PowerShell module is a convenient tool that displays your public IP address. It’s a simple yet useful utility for quickly checking your external IP. If you have any other questions or need further assistance, feel free to ask!."
    FunctionsToExport = 'Get-Ip'
    GUID = 'f4377460-cbe0-4d8e-8d3b-f897523ec242'
    PrivateData = @{
        PSData = @{
            Tags = @("PowerShell", "Handy")
        }
    }
}