Skip to content

Commit 13b52ac

Browse files
committed
Re-adding module manifest
1 parent 620bb9f commit 13b52ac

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
#
2+
# Module manifest for module 'PSLogging'
3+
#
4+
# Generated by: Dave Wyatt
5+
#
6+
# Generated on: 8/3/2013
7+
#
8+
9+
@{
10+
11+
# Script module or binary module file associated with this manifest.
12+
ModuleToProcess = 'PowerShellLogging.psm1'
13+
14+
# Version number of this module.
15+
ModuleVersion = '1.2'
16+
17+
# ID used to uniquely identify this module
18+
GUID = '345320b5-bdc3-4ab6-a13e-fcb019362fe6'
19+
20+
CompanyName = 'Home'
21+
CopyRight = 'Copyright 2014 David Wyatt'
22+
23+
# Author of this module
24+
Author = 'Dave Wyatt'
25+
26+
# Description of the functionality provided by this module
27+
Description = 'Captures PowerShell console output to a log file.'
28+
29+
# Minimum version of the Windows PowerShell engine required by this module
30+
PowerShellVersion = '2.0'
31+
32+
# Minimum version of the .NET Framework required by this module
33+
DotNetFrameworkVersion = '2.0'
34+
35+
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
36+
NestedModules = @('PowerShellLoggingModule.dll')
37+
38+
# Functions to export from this module
39+
FunctionsToExport = '*'
40+
41+
# Cmdlets to export from this module
42+
CmdletsToExport = '*'
43+
44+
# Variables to export from this module
45+
VariablesToExport = '*'
46+
47+
# Aliases to export from this module
48+
AliasesToExport = '*'
49+
50+
# List of all modules packaged with this module.
51+
# ModuleList = @()
52+
53+
# List of all files packaged with this module
54+
FileList = @('PowerShellLogging.psm1','PowerShellLogging.psd1','PowerShellLogginModule.dll','en-US\about_PowerShellLogging.help.txt','en-US\PowerShellLoggingModule.dll-help.xml')
55+
56+
}
57+

0 commit comments

Comments
 (0)