From d168caae70182f5a71eb61e29ade742ec0fcc65d Mon Sep 17 00:00:00 2001 From: Szumovski Markus Date: Thu, 18 Jun 2020 11:38:29 +0200 Subject: [PATCH] Updated module information --- .../Modules/TUN.Credentials/TUN.Credentials.psd1 | 13 +++++++------ .../Modules/TUN.Environment/TUN.Environment.psd1 | 13 +++++++------ PowerShell/Modules/TUN.Logging/TUN.Logging.psd1 | 13 +++++++------ 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/PowerShell/Modules/TUN.Credentials/TUN.Credentials.psd1 b/PowerShell/Modules/TUN.Credentials/TUN.Credentials.psd1 index 9535eeb..1d61519 100644 --- a/PowerShell/Modules/TUN.Credentials/TUN.Credentials.psd1 +++ b/PowerShell/Modules/TUN.Credentials/TUN.Credentials.psd1 @@ -27,7 +27,7 @@ Author = 'Markus Szumovski' CompanyName = 'ThingsUNeed' # Copyright statement for this module -Copyright = '2020 - Markus Szumovski' +Copyright = '(c) 2020 - Markus Szumovski (ThingsUNeed)' # Description of the functionality provided by this module Description = 'Provides easy to use methods to manage and use credentials' @@ -95,19 +95,20 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - # Tags = @() + Tags = @('Credential', 'Credentials', 'Credential Manager', 'Credential File', 'Credential Files', 'PowerShell Credentials', 'Network Credentials', 'Credentials Cache') # A URL to the license for this module. - # LicenseUri = '' + LicenseUri = 'https://github.com/echalone/TUN/blob/master/PowerShell/Modules/LICENSE' # A URL to the main website for this project. - # ProjectUri = '' + ProjectUri = 'https://github.com/echalone/TUN' # A URL to an icon representing this module. - # IconUri = '' + IconUri = 'https://github.com/echalone/TUN/blob/master/Media/Icons/ThingsUNeed.ico' # ReleaseNotes of this module - ReleaseNotes = 'V 1.0.0: Initial version' + ReleaseNotes = 'V 1.0.0: Initial version +V 1.0.1: Updated module information' # External dependent modules of this module # ExternalModuleDependencies = '' diff --git a/PowerShell/Modules/TUN.Environment/TUN.Environment.psd1 b/PowerShell/Modules/TUN.Environment/TUN.Environment.psd1 index d5408cf..1e0bbf2 100644 --- a/PowerShell/Modules/TUN.Environment/TUN.Environment.psd1 +++ b/PowerShell/Modules/TUN.Environment/TUN.Environment.psd1 @@ -27,7 +27,7 @@ Author = 'Markus Szumovski' CompanyName = 'ThingsUNeed' # Copyright statement for this module -Copyright = '2020 - Markus Szumovski' +Copyright = '(c) 2020 - Markus Szumovski (ThingsUNeed)' # Description of the functionality provided by this module Description = 'Sets up environemnt variables if not set up correctly (i.e. Scheduled Tasks without logged in user)' @@ -95,19 +95,20 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - # Tags = @() + Tags = @('Environment', 'Environment Variables', 'Windows Environment', 'User Environment') # A URL to the license for this module. - # LicenseUri = '' + LicenseUri = 'https://github.com/echalone/TUN/blob/master/PowerShell/Modules/LICENSE' # A URL to the main website for this project. - # ProjectUri = '' + ProjectUri = 'https://github.com/echalone/TUN' # A URL to an icon representing this module. - # IconUri = '' + IconUri = 'https://github.com/echalone/TUN/blob/master/Media/Icons/ThingsUNeed.ico' # ReleaseNotes of this module - ReleaseNotes = 'V 1.0.0: Initial version' + ReleaseNotes = 'V 1.0.0: Initial version +V 1.0.1: Updated module information' # External dependent modules of this module # ExternalModuleDependencies = '' diff --git a/PowerShell/Modules/TUN.Logging/TUN.Logging.psd1 b/PowerShell/Modules/TUN.Logging/TUN.Logging.psd1 index 10b363c..23e7ae4 100644 --- a/PowerShell/Modules/TUN.Logging/TUN.Logging.psd1 +++ b/PowerShell/Modules/TUN.Logging/TUN.Logging.psd1 @@ -27,7 +27,7 @@ Author = 'Markus Szumovski' CompanyName = 'ThingsUNeed' # Copyright statement for this module -Copyright = '2020 - Markus Szumovski' +Copyright = '(c) 2020 - Markus Szumovski (ThingsUNeed)' # Description of the functionality provided by this module Description = 'Provides easy to use file and mail logging' @@ -103,19 +103,20 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - # Tags = @() + Tags = @('Logging', 'Logs', 'Log File', 'Log Files', 'Mailing', 'Mails', 'Log Mail', 'Log Mails') # A URL to the license for this module. - # LicenseUri = '' + LicenseUri = 'https://github.com/echalone/TUN/blob/master/PowerShell/Modules/LICENSE' # A URL to the main website for this project. - # ProjectUri = '' + ProjectUri = 'https://github.com/echalone/TUN' # A URL to an icon representing this module. - # IconUri = '' + IconUri = 'https://github.com/echalone/TUN/blob/master/Media/Icons/ThingsUNeed.ico' # ReleaseNotes of this module - ReleaseNotes = 'V 1.0.0: Initial version' + ReleaseNotes = 'V 1.0.0: Initial version +V 1.0.1: Updated module information' # Prerelease string of this module # Prerelease = ''