PSDesiredState.psd1
|
@{ RootModule = 'PSDesiredState.psm1' ModuleVersion = '1.0.0' GUID = 'c2ba571a-6d18-4a8b-8a97-7a2501806283' Author = 'Quinn Foster' CompanyName = 'Quinn Foster' Copyright = '(c) Quinn Foster. All rights reserved.' Description = 'Compact framework helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSDesiredStateStatus', 'Initialize-PSDesiredState') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |