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.1'

# 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 = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess
# PrivateData = ''

# HelpInfo URI of this module
# HelpInfoURI = ''

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''

}