PnPModule.psd1
|
@{ RootModule = 'PnPModule.psm1' ModuleVersion = '1.0.0' GUID = '458b6d9d-0993-4020-82eb-9ac9bbdee050' Author = 'Taylor Turner' CompanyName = 'Taylor Turner' Copyright = '(c) Taylor Turner. All rights reserved.' Description = 'Flexible helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PnPModuleStatus', 'Initialize-PnPModule') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |