psPowerPlan.psd1

# Module manifest for module 'psPowerPlan'
# Generated by: ds0934
# Generated on: 3/6/2023

@{
RootModule = 'psPowerPlan.psm1'
ModuleVersion = '1.0.1'
# CompatiblePSEditions = @()
GUID = '1646ecf5-dea6-426d-8ce2-ea4516e31cb1'
Author = 'David Stein'
CompanyName = 'Skatterbrainz'
Copyright = '(c) 2023 David Stein. All rights reserved.'
Description = 'Windows power plan management functions'
# PowerShellVersion = ''
# PowerShellHostName = ''
# PowerShellHostVersion = ''
# DotNetFrameworkVersion = ''
# CLRVersion = ''
# ProcessorArchitecture = ''
# RequiredModules = @()
# RequiredAssemblies = @()
# ScriptsToProcess = @()
# TypesToProcess = @()
# FormatsToProcess = @()
# NestedModules = @()
FunctionsToExport = '*'
CmdletsToExport = '*'
VariablesToExport = '*'
AliasesToExport = '*'
# DscResourcesToExport = @()
# ModuleList = @()
# FileList = @()
PrivateData = @{
    PSData = @{
        Tags = @('powerplan','power','windows','skatterbrainz','hibernate','energy','battery')
        LicenseUri = 'https://github.com/Skatterbrainz/psPowerPlan/blob/main/LICENSE'
        ProjectUri = 'https://github.com/Skatterbrainz/psPowerPlan'
        # IconUri = ''
        # ReleaseNotes = ''
    }
}
# HelpInfoURI = ''
# DefaultCommandPrefix = ''
}