Skip to content

Commit 76df9d8

Browse files
[~] Rename PSGithubUtils
1 parent ac94bae commit 76df9d8

17 files changed

Lines changed: 5 additions & 5 deletions
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Module manifest for module 'PSGithub'
2+
# Module manifest for module 'PSGithubUtils'
33
#
44
# Generated by: Torben Soennecken
55
#
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Script module or binary module file associated with this manifest.
12-
RootModule = 'PSGithub.psm1'
12+
RootModule = 'PSGithubUtils.psm1'
1313

1414
# Version number of this module.
1515
ModuleVersion = '0.1.0'
@@ -69,7 +69,7 @@
6969
# NestedModules = @()
7070

7171
# 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'
7373

7474
# 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.
7575
CmdletsToExport = @()
@@ -97,7 +97,7 @@
9797
Tags = @("Github", "API Client")
9898

9999
# 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'
101101

102102
# A URL to an icon representing this module.
103103
IconUri = 'https://avatars.githubusercontent.com/u/98663795?s=400&u=428000229b5603c1c6b986fec145c58217277133&v=4'
@@ -115,7 +115,7 @@
115115
ExternalModuleDependencies = @()
116116

117117
# Eine URL zur Hauptwebsite für dieses Projekt.
118-
ProjectUri = 'https://github.com/RootITUp/PSGithub'
118+
ProjectUri = 'https://github.com/RootITUp/PSGithubUtils'
119119

120120
} # End of PSData hashtable
121121

File renamed without changes.
File renamed without changes.

PSGithub/lib/BouncyCastle.Cryptography.2.2.1/.signature.p7s renamed to PSGithubUtils/lib/BouncyCastle.Cryptography.2.2.1/.signature.p7s

File renamed without changes.

PSGithub/lib/BouncyCastle.Cryptography.2.2.1/BouncyCastle.Cryptography.2.2.1.nupkg renamed to PSGithubUtils/lib/BouncyCastle.Cryptography.2.2.1/BouncyCastle.Cryptography.2.2.1.nupkg

File renamed without changes.

PSGithub/lib/BouncyCastle.Cryptography.2.2.1/LICENSE.md renamed to PSGithubUtils/lib/BouncyCastle.Cryptography.2.2.1/LICENSE.md

File renamed without changes.

PSGithub/lib/BouncyCastle.Cryptography.2.2.1/README.md renamed to PSGithubUtils/lib/BouncyCastle.Cryptography.2.2.1/README.md

File renamed without changes.

0 commit comments

Comments
 (0)