ds-utils.psd1

# Module manifest for module 'ds-utils'
# Generated by: David Stein
# Generated on: 03/05/2023

@{
    RootModule = '.\ds-utils.psm1'
    ModuleVersion = '1.5.5'
    # CompatiblePSEditions = @()
    GUID = 'b6ecd834-9725-40e5-bb06-ece649b9e6b8'
    Author = 'David Stein'
    CompanyName = 'David Stein'
    Copyright = '(c) 2022 David Stein. All rights reserved.'
    Description = 'Miscellaneous utilities by a miscellaneous human'
    PowerShellVersion = '5.1'
    # PowerShellHostName = ''
    # PowerShellHostVersion = ''
    # DotNetFrameworkVersion = ''
    # CLRVersion = ''
    # ProcessorArchitecture = ''
    RequiredModules = @('pswindowsupdate')
    # RequiredAssemblies = @()
    # ScriptsToProcess = @()
    # TypesToProcess = @()
    # FormatsToProcess = @()
    # NestedModules = @()
    FunctionsToExport = '*'
    CmdletsToExport = '*'
    VariablesToExport = '*'
    AliasesToExport = '*'
    # DscResourcesToExport = @()
    # ModuleList = @()
    # FileList = @()
    PrivateData = @{
        PSData = @{
            Tags = @('dsutils','ds-utils','dave','skatterbrainz','browser','utilities','windows','power','module','appx','shortcut','registry','text','string')
            LicenseUri = 'https://raw.githubusercontent.com/Skatterbrainz/ds-utils/master/LICENSE'
            ProjectUri = 'https://github.com/Skatterbrainz/ds-utils'
            # IconUri = ''
            ReleaseNotes = 'https://github.com/Skatterbrainz/ds-utils'
        } # End of PSData hashtable
    } # End of PrivateData hashtable
    # HelpInfoURI = ''
    # DefaultCommandPrefix = ''
}