Skip to content

Commit

Permalink
Updated module information
Browse files Browse the repository at this point in the history
  • Loading branch information
echalone committed Jun 18, 2020
1 parent 42604aa commit d168caa
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
13 changes: 7 additions & 6 deletions PowerShell/Modules/TUN.Credentials/TUN.Credentials.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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 = ''
Expand Down
13 changes: 7 additions & 6 deletions PowerShell/Modules/TUN.Environment/TUN.Environment.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down Expand Up @@ -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 = ''
Expand Down
13 changes: 7 additions & 6 deletions PowerShell/Modules/TUN.Logging/TUN.Logging.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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 = ''
Expand Down

0 comments on commit d168caa

Please sign in to comment.