-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51a6642
commit 7e8cd79
Showing
6 changed files
with
68 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,33 @@ | ||
@{ | ||
# Author of this module | ||
Author = 'Marius Storhaug' | ||
|
||
# Company or vendor of this module | ||
CompanyName = 'Marius Storhaug' | ||
# Version number of this module | ||
ModuleVersion = '0.1.0' | ||
|
||
# Description of the functionality provided by this module | ||
Description = 'PowerShell Module for Public IP' | ||
Description = 'PowerShell Module for Public IP' | ||
|
||
# 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. | ||
PrivateData = @{ | ||
# 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. | ||
PrivateData = @{ | ||
|
||
PSData = @{ | ||
|
||
# Tags applied to this module. These help with module discovery in online galleries. | ||
Tags = @('PublicIP', 'IP', 'Public', 'IPConfig', 'Config') | ||
|
||
# A URL to the license for this module. | ||
LicenseUri = 'https://github.com/MariusStorhaug/PublicIP/blob/main/LICENSE' | ||
LicenseUri = 'https://github.com/PSModule/PublicIP/blob/main/LICENSE' | ||
|
||
# A URL to the main website for this project. | ||
ProjectUri = 'https://github.com/MariusStorhaug/PublicIP' | ||
ProjectUri = 'https://github.com/PSModule/PublicIP' | ||
|
||
# A URL to an icon representing this module. | ||
IconUri = 'https://raw.githubusercontent.com/MariusStorhaug/PublicIP/main/icon/PowerShell_Core_6.0_icon.png' | ||
IconUri = 'https://raw.githubusercontent.com/PSModule/PublicIP/main/icon/PowerShell_Core_6.0_icon.png' | ||
|
||
} # End of PSData hashtable | ||
|
||
} # End of PrivateData hashtable | ||
|
||
# HelpInfo URI of this module | ||
HelpInfoURI = 'https://mariusstorhaug.github.io/PublicIP' | ||
HelpInfoURI = 'https://PSModule.github.io/PublicIP' | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters