|
1 | | -# |
2 | | -# Module manifest for module 'PSLogging' |
3 | | -# |
4 | | -# Generated by: Dave Wyatt |
5 | | -# |
6 | | -# Generated on: 8/3/2013 |
7 | | -# |
8 | | - |
9 | 1 | @{ |
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.3.0' |
16 | | - |
17 | | -# ID used to uniquely identify this module |
18 | | -GUID = '345320b5-bdc3-4ab6-a13e-fcb019362fe6' |
19 | | - |
20 | | -CompanyName = 'Home' |
21 | | -CopyRight = 'Copyright 2017 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 | | - |
| 2 | + ModuleToProcess = 'PowerShellLogging.psm1' |
| 3 | + ModuleVersion = '1.3.0' |
| 4 | + GUID = '345320b5-bdc3-4ab6-a13e-fcb019362fe6' |
| 5 | + CompanyName = 'Home' |
| 6 | + CopyRight = 'Copyright 2017 David Wyatt' |
| 7 | + Author = 'Dave Wyatt' |
| 8 | + Description = 'Captures PowerShell console output to a log file.' |
| 9 | + PowerShellVersion = '2.0' |
| 10 | + DotNetFrameworkVersion = '2.0' |
| 11 | + FunctionsToExport = '*' |
| 12 | + CmdletsToExport = '*' |
| 13 | + VariablesToExport = '*' |
| 14 | + AliasesToExport = '*' |
| 15 | + |
| 16 | + FileList = @('PowerShellLogging.psm1','PowerShellLogging.psd1','PowerShellLoggingModule.dll','en-US\about_PowerShellLogging.help.txt','en-US\PowerShellLoggingModule.dll-help.xml') |
| 17 | + |
| 18 | + PrivateData = @{ |
| 19 | + PSData = @{ |
| 20 | + LicenseUri = 'http://www.apache.org/licenses/LICENSE-2.0.txt' |
| 21 | + ProjectUri = 'https://github.com/dlwyatt/PowerShellLoggingModule' |
| 22 | + ReleaseNotes = 'Added DateTimeFormat parameter to Enable-LogFile' |
| 23 | + } |
| 24 | + } |
56 | 25 | } |
57 | | - |
0 commit comments