NetCmdlets.psd1

@{
GUID = '7912041f-f818-4744-b800-14a244343b6c'
Author = '/n software inc.'
CompanyName = '/n software inc.'
Copyright = 'Copyright (c) 2017 /n software inc. - All rights reserved.'
ModuleVersion = '16.0.6253.0'
Description = 'NetCmdlets 2016 - 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 = @{
    LicenseUri = "http://www.netcmdlets.com/legal/terms/"
    ProjectUri = "http://www.netcmdlets.com"
    IconUri = "http://www.netcmdlets.com/external/psgallery_icon.png"
    SKU = "NCPBA"
  }
}
#RequiredAssemblies = @('nsoftware.NetCmdlets.Commands, Version=16.0.6253.0, Culture=neutral, PublicKeyToken=cdc168f89cffe9cf')
#RequiredAssemblies = @('nsoftware.NetCmdlets.Commands.dll')
}