-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWindowsShell.psd1
More file actions
29 lines (20 loc) · 772 Bytes
/
Copy pathWindowsShell.psd1
File metadata and controls
29 lines (20 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@{
# Script module or binary module file associated with this manifest.
RootModule = 'WindowsShell.psm1'
NestedModules = 'ShellLibrary.psm1','ShellLibraryFolder.psm1','Shortcut.psm1'
DscResourcesToExport = '*'
# Version number of this module.
ModuleVersion = '0.2.1'
# ID used to uniquely identify this module
GUID = '31eacef0-4fab-41fd-ac9e-6c65b0098e1f'
# Author of this module
Author = 'alx9r'
# Copyright statement for this module
Copyright = '(c) 2016-2017 Microsoft. All rights reserved.'
# Description of the functionality provided by this module
# Description = ''
# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.0'
# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''
}