NetCmdlets.psd1

@{
GUID = '8140041f-f818-4744-b800-14a244343b6c'
Author = '/n software inc.'
CompanyName = '/n software inc.'
Copyright = 'Copyright (c) 2020 /n software inc. - All rights reserved.'
ModuleVersion = '20.0.7585.0'
Description = 'NetCmdlets 2020 - PowerShell Cmdlets for Internet Communications, Messaging & Network Management.'
PowerShellVersion = '2.0'
CLRVersion = '2.0'
CmdletsToExport = '*'
RequiredModules = @()
ModuleToProcess = 'nsoftware.NetCmdlets.Commands.dll'
ScriptsToProcess = @()
TypesToProcess = @()
PrivateData = @{
  PSData = @{
    Tags = @("IMAP","LDAP","S3","VPN","Zip","SevenZip","Email","FTP","IM","NNTP","POP","SCP","SFTP","SMIMEEmail","SMIMEIMAP","SMIMEPOP","SMS","SSH","TCP","Telnet","WebDAV","DNS","HTTP","MX","RAS","RSS","SNMP","Syslog","TFTP","Trap","UDP","Whois","Rexec","Rshell","Ping","SSL","TLS","Networking")
    LicenseUri = "http://www.netcmdlets.com/legal/terms/"
    ProjectUri = "http://www.netcmdlets.com"
    IconUri = "http://www.netcmdlets.com/external/psgallery_icon.png"
    SKU = "NCPFA"
  }
}
#RequiredAssemblies = @('nsoftware.NetCmdlets.Commands, Version=20.0.7585.0, Culture=neutral, PublicKeyToken=cdc168f89cffe9cf')
#RequiredAssemblies = @('nsoftware.NetCmdlets.Commands.dll')
}