diff --git a/ABMPS.psd1 b/ABMPS.psd1 index 11fafe2..6c12c34 100644 --- a/ABMPS.psd1 +++ b/ABMPS.psd1 @@ -104,13 +104,13 @@ Tags = @('api', 'apple', 'applebusinessmanager') # A URL to the license for this module. - LicenseUri = 'https://scm.gruezi.net/buckbanzai/abmps/src/branch/main/LICENSE' + LicenseUri = 'https://scm.gruezi.net/buckbanzai/ABMPS/src/branch/main/LICENSE' # A URL to the main website for this project. - ProjectUri = 'https://scm.gruezi.net/buckbanzai/abmps' + ProjectUri = 'https://scm.gruezi.net/buckbanzai/ABMPS' # A URL to an icon representing this module. - # IconUri = '' + IconUri = 'https://scm.gruezi.net/buckbanzai/ABMPS/raw/branch/main/icon.png' # ReleaseNotes of this module # ReleaseNotes = '' diff --git a/README.md b/README.md index 0a3dee1..c310faa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Apple Business Manager API Module for PowerShell +# A terminal caret with a prompt line, with a briefcase in a squircle Apple Business Manager API Module for PowerShell PowerShell Module that authenticates and gets data from the Apple Business Manager APIs ## Installing the module This module can be installed [from the PowerShell Gallery][powershell-gallery] using the following command: diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..ac6150c Binary files /dev/null and b/icon.png differ