base26.psd1
|
@{ ModuleVersion = '1.0.0' RootModule = 'base26.psm1' GUID = 'f91dedde-3e58-4b68-b743-3ead0efa5d4f' Author = 'DiogoSRS17' CompanyName = 'Unknown' Description = 'Sample Module to test publishing of a powershell module' PowerShellVersion = '5.1' FunctionsToExport = '*' CmdletsToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags =@('base26', 'encoding', 'utilities') LicenseUri = 'https://opensource.org/licenses/MIT' ReleaseNotes= 'Initial release' } } } |