PsModule.Test.psd1

@{
    RootModule = '.\PsModule.Test.dll'
    ModuleVersion = '1.0.17'
    GUID = 'f47b2e28-e524-4f36-e1e6-35c39cd6e98a'
    Author = 'xinxing'
    CompanyName = 'Contoso'
    Copyright = 'No Copyright'
    Description = 'Provides cmdlets to test publishing and installing experience of PSGallery.'
    PowerShellVersion = '5.1'
    DotNetFrameworkVersion = '4.7.2'
    FunctionsToExport = '*'
    CmdletsToExport = 'Test-SampleCmdlet'
    VariablesToExport = '*'
    AliasesToExport = '*'
    PrivateData = @{
    
        PSData = @{
        }
    
    }
}