diff --git a/PSDepend/PSDepend.psd1 b/PSDepend/PSDepend.psd1 index 97b1d53..3cb2e33 100644 --- a/PSDepend/PSDepend.psd1 +++ b/PSDepend/PSDepend.psd1 @@ -16,13 +16,13 @@ #CompanyName = 'Unknown' # Copyright statement for this module - Copyright = '(c) 2016 Warren F. All rights reserved.' + Copyright = '(c) 2016-2026 Warren F. All rights reserved.' # Description of the functionality provided by this module Description = 'PowerShell Dependency Handler' # Minimum version of the Windows PowerShell engine required by this module - PowerShellVersion = '3.0' + PowerShellVersion = '5.1' # Name of the Windows PowerShell host required by this module # PowerShellHostName = '' @@ -71,13 +71,13 @@ ) # Cmdlets to export from this module - CmdletsToExport = '*' + CmdletsToExport = @() # Variables to export from this module - # VariablesToExport = '*' + VariablesToExport = @() # Aliases to export from this module - AliasesToExport = '*' + AliasesToExport = @() # DSC resources to export from this module # DscResourcesToExport = @() @@ -103,7 +103,7 @@ ProjectUri = 'https://github.com/PowerShellOrg/PSDepend/' # A URL to an icon representing this module. - # IconUri = '' + IconUri = 'https://raw.githubusercontent.com/PowerShellOrg/PSDepend/main/static/logo.png' # ReleaseNotes of this module ReleaseNotes = 'https://github.com/PowerShellOrg/PSDepend/blob/main/CHANGELOG.md' diff --git a/static/LICENSE b/static/LICENSE new file mode 100644 index 0000000..3ee5ac5 --- /dev/null +++ b/static/LICENSE @@ -0,0 +1,9 @@ +The assets in this directory are NOT covered by the MIT License that governs +the rest of this project. + +These icons are sourced from Flaticon (https://www.flaticon.com) and are used +under the Flaticon Premium License. They remain the copyright of their +respective authors and Flaticon. Redistribution, sublicensing, or use outside +the terms of that license is not permitted. + +For license details see: https://www.freepikcompany.com/legal#nav-flaticon diff --git a/static/README.md b/static/README.md new file mode 100644 index 0000000..b3237e4 --- /dev/null +++ b/static/README.md @@ -0,0 +1,10 @@ +# Logos + + + +These logos are from https://www.flaticon.com/free-icon/checklist_9752284?term=package&page=1&position=13&origin=search&related_id=9752284 + + + +These are used via the "Premium Flaticon License" (available upon request). + diff --git a/static/logo.png b/static/logo.png new file mode 100644 index 0000000..8ac8345 Binary files /dev/null and b/static/logo.png differ diff --git a/static/logo.svg b/static/logo.svg new file mode 100644 index 0000000..a431f73 --- /dev/null +++ b/static/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file