|
1 | 1 | # |
2 | | -# Module manifest for module 'PSGithub' |
| 2 | +# Module manifest for module 'PSGithubUtils' |
3 | 3 | # |
4 | 4 | # Generated by: Torben Soennecken |
5 | 5 | # |
|
9 | 9 | @{ |
10 | 10 |
|
11 | 11 | # Script module or binary module file associated with this manifest. |
12 | | - RootModule = 'PSGithub.psm1' |
| 12 | + RootModule = 'PSGithubUtils.psm1' |
13 | 13 |
|
14 | 14 | # Version number of this module. |
15 | 15 | ModuleVersion = '0.1.0' |
|
69 | 69 | # NestedModules = @() |
70 | 70 |
|
71 | 71 | # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. |
72 | | - FunctionsToExport = 'Get-JWTToken', 'Get-GithubToken', 'New-OrganizationMember' |
| 72 | + FunctionsToExport = 'Get-GithubToken', 'New-OrganizationMember' |
73 | 73 |
|
74 | 74 | # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. |
75 | 75 | CmdletsToExport = @() |
|
97 | 97 | Tags = @("Github", "API Client") |
98 | 98 |
|
99 | 99 | # A URL to the license for this module. |
100 | | - LicenseUri = 'https://github.com/RootITUp/PSGithub/LICENSE.md' |
| 100 | + LicenseUri = 'https://github.com/RootITUp/PSGithubUtils/LICENSE.md' |
101 | 101 |
|
102 | 102 | # A URL to an icon representing this module. |
103 | 103 | IconUri = 'https://avatars.githubusercontent.com/u/98663795?s=400&u=428000229b5603c1c6b986fec145c58217277133&v=4' |
|
115 | 115 | ExternalModuleDependencies = @() |
116 | 116 |
|
117 | 117 | # Eine URL zur Hauptwebsite für dieses Projekt. |
118 | | - ProjectUri = 'https://github.com/RootITUp/PSGithub' |
| 118 | + ProjectUri = 'https://github.com/RootITUp/PSGithubUtils' |
119 | 119 |
|
120 | 120 | } # End of PSData hashtable |
121 | 121 |
|
|
0 commit comments