PsModule.Test.psd1
@{ RootModule = '.\PsModule.Test.dll' ModuleVersion = '1.0.18' 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 = @{ # A URL to the main website for this project. ProjectUri = 'https://www.ethereum.org/' # Tags applied to this module. These help with module discovery in online galleries. Tags = @('PSEdition_Desktop', 'PSEdition_Core', 'Windows', 'Linux', 'MacOS') # A URL to the license for this module. LicenseUri = 'https://www.ethereum.org/' } } } |