-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ubisecure.QueryString.psd1
38 lines (37 loc) · 2.07 KB
/
Ubisecure.QueryString.psd1
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
30
31
32
33
34
35
36
37
38
#
# Module manifest for module "Ubisecure.QueryString"
#
@{
RootModule = "Ubisecure.QueryString.psm1"
ModuleVersion = "1.4.0"
GUID = "80f2f884-f2e3-457f-b7c2-16e884ce9ba2"
Author = "petteri.stenius@ubisecure.com"
Description = "QueryString utilities"
Copyright = "Copyright (C)"
PowerShellVersion = "5.1"
CompatiblePSEditions = @("Desktop", "Core")
DefaultCommandPrefix = $null
NestedModules = @()
FunctionsToExport = @(
"Add-QueryString",
"ConvertFrom-QueryString",
"ConvertTo-QueryString",
"New-QueryString",
"Select-QueryString"
)
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @()
DscResourcesToExport = @()
ScriptsToProcess = @()
TypesToProcess = @()
FormatsToProcess = @()
RequiredModules = @()
RequiredAssemblies = @()
ModuleList = @()
FileList = @()
PrivateData = @{
PSData = @{}
}
HelpInfoURI = $null
}