ProductivityTools.NewTemporaryDirectory.psd1

#
# Module manifest for module 'module'
#
# Generated by: pwujczyk
#
# Generated on: 2022-03-30 2:11:55 PM
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'ProductivityTools.NewTemporaryDirectory.psm1'

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

# ID used to uniquely identify this module
GUID = '38f006a3-5b70-4caa-87a3-0d8a4f6a5e5d'

# Author of this module
Author = 'Pawel Wujczyk'

# Company or vendor of this module
CompanyName = 'ProductivityTools.tech'

# Copyright statement for this module
Copyright = '(c) 2022 pwujczyk. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Creates random directory in the temporary folder'

# Functions to export from this module
FunctionsToExport = 'New-TemporaryDirectory'

# List of all files packaged with this module
# FileList = @()

PrivateData = @{
    
    PSData = @{
        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = @('Temporary','Directory','Folder')
    
        # A URL to the main website for this project.
        ProjectUri = 'http://productivitytools.tech/new-temporarydirectory/'
    
            } # End of PSData hashtable
    } # End of PrivateData hashtable

# HelpInfo URI of this module
HelpInfoURI = 'http://productivitytools.tech/new-temporarydirectory/'
}