PSTcpIp.psd1

#
# Module manifest for module 'PSTcpIp'
#
# Generated on: 11/19/2020
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'PSTcpIp.psm1'

# Version number of this module.
ModuleVersion = '1.0.1'

# ID used to uniquely identify this module
GUID = '99675863-c68e-46fd-b669-0d4942004b28'

# Author of this module
Author = 'Anthony Guimelli'

# Description of the functionality provided by this module
Description = 'Provides cmdlets to perform various TCPIP related tasks.'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'

PrivateData = @{

    PSData = @{
        Tags = @("TCPIP", "network")

        LicenseUri = "https://github.com/anthonyg-1/PSTcpIp/blob/main/LICENSE"

        ProjectUri = "https://github.com/anthonyg-1/PSTcpIp"

    } # End PSData

} # End PrivateData

}