-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanifest.psd1
More file actions
28 lines (26 loc) · 1.01 KB
/
Copy pathmanifest.psd1
File metadata and controls
28 lines (26 loc) · 1.01 KB
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
@{
# only the first 2 components of this will be used to determine the version number on build
ModuleVersion = '0.9'
# these fields will be merged with the detected usage from requires statements
CompatiblePSEditions = 'Desktop', 'Core'
PowerShellVersion = '5.1'
RequiredModules = @('MicrosoftTeams')
RequiredAssemblies = 'System.Net.Http', 'System.Web'
# NestedModules = @()
FunctionsToExport = @()
# these are only set in this file
GUID = 'e3c5735b-f47f-4e07-8a8a-a80015995961'
Author = 'Andy Thompson (andthom)'
CompanyName = 'Microsoft'
Copyright = '(c) 2022 Microsoft Corporation. All rights reserved.'
Description = 'TeamsE911Automation project'
# ScriptsToProcess = @()
# TypesToProcess = @()
# FormatsToProcess = @()
CmdletsToExport = @()
VariablesToExport = '*'
AliasesToExport = @()
PrivateData = @{
PSData = @{}
}
}