|
1 | 1 | @{ |
| 2 | + # Script module or binary module file associated with this manifest. |
| 3 | + # RootModule = '' |
2 | 4 |
|
3 | | -# Script module or binary module file associated with this manifest. |
4 | | -# RootModule = '' |
| 5 | + # Version number of this module. |
| 6 | + ModuleVersion = '1.3.0.0' |
5 | 7 |
|
6 | | -# Version number of this module. |
7 | | -ModuleVersion = '1.3.0.0' |
| 8 | + # Supported PSEditions |
| 9 | + # CompatiblePSEditions = @() |
8 | 10 |
|
9 | | -# Supported PSEditions |
10 | | -# CompatiblePSEditions = @() |
| 11 | + # ID used to uniquely identify this module |
| 12 | + GUID = '6c9fe2f4-8af9-4bad-bd95-5909188c0f0a' |
11 | 13 |
|
12 | | -# ID used to uniquely identify this module |
13 | | -GUID = '6c9fe2f4-8af9-4bad-bd95-5909188c0f0a' |
| 14 | + # Author of this module |
| 15 | + Author = 'DSC Community' |
14 | 16 |
|
15 | | -# Author of this module |
16 | | -Author = 'Daniel Scott-Raynsford' |
| 17 | + # Company or vendor of this module |
| 18 | + CompanyName = 'DSC Community' |
17 | 19 |
|
18 | | -# Company or vendor of this module |
19 | | -CompanyName = '' |
| 20 | + # Copyright statement for this module |
| 21 | + Copyright = 'Copyright the DSC Community contributors. All rights reserved.' |
20 | 22 |
|
21 | | -# Copyright statement for this module |
22 | | -Copyright = '(c) 2018 Daniel Scott-Raynsford. All rights reserved.' |
| 23 | + # Description of the functionality provided by this module |
| 24 | + Description = 'This module contains the DSC resources for manipulating the content of text files.' |
23 | 25 |
|
24 | | -# Description of the functionality provided by this module |
25 | | -Description = 'This module contains the DSC resources for manipulating the content of text files.' |
| 26 | + # Minimum version of the Windows PowerShell engine required by this module |
| 27 | + PowerShellVersion = '4.0' |
26 | 28 |
|
27 | | -# Minimum version of the Windows PowerShell engine required by this module |
28 | | -PowerShellVersion = '4.0' |
| 29 | + # Name of the Windows PowerShell host required by this module |
| 30 | + # PowerShellHostName = '' |
29 | 31 |
|
30 | | -# Name of the Windows PowerShell host required by this module |
31 | | -# PowerShellHostName = '' |
| 32 | + # Minimum version of the Windows PowerShell host required by this module |
| 33 | + # PowerShellHostVersion = '' |
32 | 34 |
|
33 | | -# Minimum version of the Windows PowerShell host required by this module |
34 | | -# PowerShellHostVersion = '' |
| 35 | + # Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 36 | + # DotNetFrameworkVersion = '' |
35 | 37 |
|
36 | | -# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
37 | | -# DotNetFrameworkVersion = '' |
| 38 | + # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 39 | + CLRVersion = '4.0' |
38 | 40 |
|
39 | | -# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
40 | | -CLRVersion = '4.0' |
| 41 | + # Processor architecture (None, X86, Amd64) required by this module |
| 42 | + # ProcessorArchitecture = '' |
41 | 43 |
|
42 | | -# Processor architecture (None, X86, Amd64) required by this module |
43 | | -# ProcessorArchitecture = '' |
| 44 | + # Modules that must be imported into the global environment prior to importing this module |
| 45 | + # RequiredModules = @() |
44 | 46 |
|
45 | | -# Modules that must be imported into the global environment prior to importing this module |
46 | | -# RequiredModules = @() |
| 47 | + # Assemblies that must be loaded prior to importing this module |
| 48 | + # RequiredAssemblies = @() |
47 | 49 |
|
48 | | -# Assemblies that must be loaded prior to importing this module |
49 | | -# RequiredAssemblies = @() |
| 50 | + # Script files (.ps1) that are run in the caller's environment prior to importing this module. |
| 51 | + # ScriptsToProcess = @() |
50 | 52 |
|
51 | | -# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
52 | | -# ScriptsToProcess = @() |
| 53 | + # Type files (.ps1xml) to be loaded when importing this module |
| 54 | + # TypesToProcess = @() |
53 | 55 |
|
54 | | -# Type files (.ps1xml) to be loaded when importing this module |
55 | | -# TypesToProcess = @() |
| 56 | + # Format files (.ps1xml) to be loaded when importing this module |
| 57 | + # FormatsToProcess = @() |
56 | 58 |
|
57 | | -# Format files (.ps1xml) to be loaded when importing this module |
58 | | -# FormatsToProcess = @() |
| 59 | + # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
| 60 | + # NestedModules = @() |
59 | 61 |
|
60 | | -# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
61 | | -# NestedModules = @() |
| 62 | + # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. |
| 63 | + FunctionsToExport = @() |
62 | 64 |
|
63 | | -# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. |
64 | | -FunctionsToExport = @() |
| 65 | + # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. |
| 66 | + CmdletsToExport = @() |
65 | 67 |
|
66 | | -# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. |
67 | | -CmdletsToExport = @() |
| 68 | + # Variables to export from this module |
| 69 | + VariablesToExport = @() |
68 | 70 |
|
69 | | -# Variables to export from this module |
70 | | -VariablesToExport = @() |
| 71 | + # Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. |
| 72 | + AliasesToExport = @() |
71 | 73 |
|
72 | | -# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. |
73 | | -AliasesToExport = @() |
| 74 | + # DSC resources to export from this module |
| 75 | + DscResourcesToExport = @('ReplaceText', 'KeyValuePairFile', 'IniSettingsFile') |
74 | 76 |
|
75 | | -# DSC resources to export from this module |
76 | | -DscResourcesToExport = @('ReplaceText','KeyValuePairFile','IniSettingsFile') |
| 77 | + # List of all modules packaged with this module |
| 78 | + # ModuleList = @() |
77 | 79 |
|
78 | | -# List of all modules packaged with this module |
79 | | -# ModuleList = @() |
| 80 | + # List of all files packaged with this module |
| 81 | + # FileList = @() |
80 | 82 |
|
81 | | -# List of all files packaged with this module |
82 | | -# FileList = @() |
| 83 | + # Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. |
| 84 | + PrivateData = @{ |
83 | 85 |
|
84 | | -# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. |
85 | | -PrivateData = @{ |
| 86 | + PSData = @{ |
86 | 87 |
|
87 | | - PSData = @{ |
| 88 | + # Tags applied to this module. These help with module discovery in online galleries. |
| 89 | + Tags = 'DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource' |
88 | 90 |
|
89 | | - # Tags applied to this module. These help with module discovery in online galleries. |
90 | | - Tags = 'DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource' |
| 91 | + # A URL to the license for this module. |
| 92 | + LicenseUri = 'https://github.com/dsccommunity/FileContentDsc/blob/master/LICENSE' |
91 | 93 |
|
92 | | - # A URL to the license for this module. |
93 | | - LicenseUri = 'https://github.com/PowerShell/FileContentDsc/blob/master/LICENSE' |
| 94 | + # A URL to the main website for this project. |
| 95 | + ProjectUri = 'https://github.com/dsccommunity/FileContentDsc' |
94 | 96 |
|
95 | | - # A URL to the main website for this project. |
96 | | - ProjectUri = 'https://github.com/PlagueHO/FileContentDsc' |
| 97 | + # A URL to an icon representing this module. |
| 98 | + # IconUri = '' |
97 | 99 |
|
98 | | - # A URL to an icon representing this module. |
99 | | - # IconUri = '' |
| 100 | + # ReleaseNotes of this module |
| 101 | + ReleaseNotes = 'Initial release of FileContentDsc' |
100 | 102 |
|
101 | | - # ReleaseNotes of this module |
102 | | - ReleaseNotes = 'Initial release of FileContentDsc' |
| 103 | + } # End of PSData hashtable |
103 | 104 |
|
104 | | - } # End of PSData hashtable |
| 105 | + } # End of PrivateData hashtable |
105 | 106 |
|
106 | | -} # End of PrivateData hashtable |
107 | | - |
108 | | -# HelpInfo URI of this module |
109 | | -# HelpInfoURI = '' |
110 | | - |
111 | | -# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
112 | | -# DefaultCommandPrefix = '' |
| 107 | + # HelpInfo URI of this module |
| 108 | + # HelpInfoURI = '' |
113 | 109 |
|
| 110 | + # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
| 111 | + # DefaultCommandPrefix = '' |
114 | 112 | } |
0 commit comments