VisioBot3000.psd1

#
# Module manifest for module 'VisioBot3000'
#
# Generated by: mike
#
# Generated on: 03/25/2016
#

@{

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

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

# ID used to uniquely identify this module
GUID = 'e971210e-2acf-4112-8bae-51a81e0476c6'

# Author of this module
Author = 'Mike Shepard'


# Copyright statement for this module
Copyright = '(c) 2016 mike. All rights reserved.'

# Description of the functionality provided by this module
Description = 'DSL for creating Visio Diagrams using PowerShell.'


# Script files (.ps1) that are run in the caller's environment prior to importing this module.
ScriptsToProcess = @('VisioConstants.ps1')

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
# FormatsToProcess = @()

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()

# Functions to export from this module
FunctionsToExport = '*'

# Cmdlets to export from this module
#CmdletsToExport = '*'

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

# Aliases to export from this module
AliasesToExport = '*'
}