NoUselessTech.PowerShellHelpers.psd1

#
# Module manifest for module 'PowerShellHelpers'
#
# Generated by: nouselesstech
#
# Generated on: 04/17/2024
#

@{

# Script module or binary module file associated with this manifest.
    RootModule = 'NoUselessTech.PowerShellHelpers.psm1'

# Version number of this module.
    ModuleVersion = '0.0.7'

# Supported PSEditions
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
    GUID = '7fe26259-140d-4da4-be4f-060e146de935'

# Author of this module
    Author = 'nouselesstech'

# Company or vendor of this module
    CompanyName = 'No Useless Tech, LLC'

# Copyright statement for this module
    Copyright = '(c) No Useless Tech, LLC. All rights reserved.'

# Description of the functionality provided by this module
    Description = 'A collection of PowerShellHelpers for various tasks.'

# Minimum version of the PowerShell engine required by this module
    PowerShellVersion = '7.0'

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
    FunctionsToExport = @('New-Password', 'New-TeamsChannelCard', 'Add-Signature', 'New-Log') 

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
    CmdletsToExport = '*' 

# Variables to export from this module
    VariablesToExport = '*'

# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
    AliasesToExport = @()

    PrivateData = @{

        PSData = @{

            # Tags applied to this module. These help with module discovery in online galleries.
            Tags = @('misc', 'helpers')

            # A URL to the license for this module.
            LicenseUri = 'https://github.com/NoUselessTech/PowerShellHelpers/LICENSE'

            # A URL to the main website for this project.
            ProjectUri = 'https://github.com/NoUselessTech/PowerShellHelpers'

        } # End of PSData hashtable

    } # End of PrivateData hashtable
}


# SIG # Begin signature block
# MIIDOAYJKoZIhvcNAQcCoIIDKTCCAyUCAQExDzANBglghkgBZQMEAgMFADCBmwYK
# KwYBBAGCNwIBBKCBjDCBiTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63
# JNLGKX7zUQIBAAIBAAIBAAIBAAIBADBRMA0GCWCGSAFlAwQCAwUABECqlgNaeTYt
# iLPYZPDiVNwvby2161HCVfc1LIRt+Sc/WtzRn1ZBUUWcmU1TYACmjDCc1rC9e0Pf
# AI/9VN96WwxfoIIBRTCCAUEwgeigAwIBAgIUJUrhIyYe0Ijmq8lkl4K8jyNrTDUw
# CgYIKoZIzj0EAwIwIDEeMBwGA1UEAwwVY29ubm9yQG5vdXNlbGVzcy50ZWNoMCAX
# DTI0MDUwNTA0MDUyOVoYDzIyMjIxMjIyMDAwMDAwWjAgMR4wHAYDVQQDDBVjb25u
# b3JAbm91c2VsZXNzLnRlY2gwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAARFc0rS
# N95xEemn7/TlV7WGrIJs0xXd0L7IdY0nu5hVqaR9FJ7DD/lV/8tgAPgOw8756FTv
# r3889XN3rSir8uLlMAoGCCqGSM49BAMCA0gAMEUCIQD9FOnUCgckJaGI3Hgqkqzn
# n7cRN8O9FESkoAKapUA/8gIgD6P7+V2DIwzPSBPPY7W07BZ3X2r29L7KHZ8ZUcrS
# m2wxggEmMIIBIgIBATA4MCAxHjAcBgNVBAMMFWNvbm5vckBub3VzZWxlc3MudGVj
# aAIUJUrhIyYe0Ijmq8lkl4K8jyNrTDUwDQYJYIZIAWUDBAIDBQCgfjAQBgorBgEE
# AYI3AgEMMQIwADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIBBDBPBgkqhkiG9w0B
# CQQxQgRA5OoJ0eiygZRnCEmQQJ9pq1WfFtYiiT3bM/x+sUtXnfiTNKdPxJeY9Pgh
# 3TrwvnQUQ5qFqrIKyUh8V+3dF7JpaTALBgcqhkjOPQIBBQAERzBFAiEA+sf1h3TM
# jMLAMstXcSUZEWFcg652Pr3yYoBat/O23GYCIBtSk9weejwfo4nbBpT1Rc47auG8
# m5uvD2W8yGqt0io5
# SIG # End signature block