-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathGoDaddy.psd1
39 lines (27 loc) · 2.01 KB
/
GoDaddy.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
39
#
# Module manifest for module 'GoDaddy'
#
# Generated by: Clint Colding
#
# Generated on: 11/22/2016
#
@{
# Version number of this module.
ModuleVersion = '1.3'
# ID used to uniquely identify this module
GUID = '4c82ede7-56ce-44eb-9da5-65a4899640f6'
# Author of this module
Author = 'Clint Colding'
# Company or vendor of this module
CompanyName = 'Clint Colding'
# Copyright statement for this module
Copyright = '(c) 2016 Clint Colding. All rights reserved.'
# Description of the functionality provided by this module
Description = 'Module used to manage GoDaddy services via PowerShell'
# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '4.0'
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('Get-GoDaddyDNS.ps1', 'Set-GoDaddyDNS.ps1', 'Get-GoDaddyAPIKey.ps1', 'Set-GoDaddyAPIKey.ps1', 'Add-GoDaddyDNS.ps1')
# Cmdlets to export from this module
CmdletsToExport = '*'
}