diff --git a/PowerShell/Modules/TUN.Credentials/TUN.Credentials.psd1 b/PowerShell/Modules/TUN.Credentials/TUN.Credentials.psd1 index b267c28..a717240 100644 --- a/PowerShell/Modules/TUN.Credentials/TUN.Credentials.psd1 +++ b/PowerShell/Modules/TUN.Credentials/TUN.Credentials.psd1 @@ -12,7 +12,7 @@ RootModule = 'TUN.Credentials.psm1' # Version number of this module. -ModuleVersion = '1.0.6' +ModuleVersion = '1.0.7' # Supported PSEditions # CompatiblePSEditions = @() @@ -104,7 +104,7 @@ PrivateData = @{ ProjectUri = 'https://github.com/echalone/TUN' # A URL to an icon representing this module. - IconUri = 'https://github.com/echalone/TUN/blob/master/Media/Icons/ThingsUNeed.ico' + IconUri = 'https://raw.githubusercontent.com/echalone/TUN/master/Media/Icons/ThingsUNeed.ico' # ReleaseNotes of this module ReleaseNotes = 'V 1.0.0: Initial version @@ -113,7 +113,8 @@ V 1.0.2: Fixed tags for PSGallery V 1.0.3: Added help markdown link V 1.0.4: Changed markdown link to raw V 1.0.5: Changed markdown link back to non-raw -V 1.0.6: Moved markdown link from HelpInfoUri to description' +V 1.0.6: Moved markdown link from HelpInfoUri to description +V 1.0.7: Fixed icon link' # Prerelease string of this module # Prerelease = '' diff --git a/PowerShell/Modules/TUN.Environment/TUN.Environment.psd1 b/PowerShell/Modules/TUN.Environment/TUN.Environment.psd1 index c4ce4b7..87486ca 100644 --- a/PowerShell/Modules/TUN.Environment/TUN.Environment.psd1 +++ b/PowerShell/Modules/TUN.Environment/TUN.Environment.psd1 @@ -12,7 +12,7 @@ RootModule = 'TUN.Environment.psm1' # Version number of this module. -ModuleVersion = '1.0.2' +ModuleVersion = '1.0.4' # Supported PSEditions # CompatiblePSEditions = @() @@ -51,7 +51,7 @@ Description = 'Sets up environemnt variables if not set up correctly (i.e. Sched # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'TUN.Logging'; ModuleVersion = '1.0.2'; }) +RequiredModules = @(@{ModuleName = 'TUN.Logging'; ModuleVersion = '1.0.4'; }) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() @@ -104,12 +104,14 @@ PrivateData = @{ ProjectUri = 'https://github.com/echalone/TUN' # A URL to an icon representing this module. - IconUri = 'https://github.com/echalone/TUN/blob/master/Media/Icons/ThingsUNeed.ico' + IconUri = 'https://raw.githubusercontent.com/echalone/TUN/master/Media/Icons/ThingsUNeed.ico' # ReleaseNotes of this module ReleaseNotes = 'V 1.0.0: Initial version V 1.0.1: Updated module information -V 1.0.2: Moved markdown link from HelpInfoUri to description' +V 1.0.2: Moved markdown link from HelpInfoUri to description +V 1.0.3: Fixed icon link +V 1.0.4: Bumped required module version' # Prerelease string of this module # Prerelease = '' diff --git a/PowerShell/Modules/TUN.Logging/TUN.Logging.psd1 b/PowerShell/Modules/TUN.Logging/TUN.Logging.psd1 index 306cbb0..e7012af 100644 --- a/PowerShell/Modules/TUN.Logging/TUN.Logging.psd1 +++ b/PowerShell/Modules/TUN.Logging/TUN.Logging.psd1 @@ -12,7 +12,7 @@ RootModule = 'TUN.Logging.psm1' # Version number of this module. -ModuleVersion = '1.0.2' +ModuleVersion = '1.0.4' # Supported PSEditions # CompatiblePSEditions = @() @@ -51,7 +51,7 @@ Description = 'Provides easy to use file and mail logging. Documentation of modu # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'TUN.Credentials'; ModuleVersion = '1.0.6'; }) +RequiredModules = @(@{ModuleName = 'TUN.Credentials'; ModuleVersion = '1.0.7'; }) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() @@ -112,12 +112,14 @@ PrivateData = @{ ProjectUri = 'https://github.com/echalone/TUN' # A URL to an icon representing this module. - IconUri = 'https://github.com/echalone/TUN/blob/master/Media/Icons/ThingsUNeed.ico' + IconUri = 'https://raw.githubusercontent.com/echalone/TUN/master/Media/Icons/ThingsUNeed.ico' # ReleaseNotes of this module ReleaseNotes = 'V 1.0.0: Initial version V 1.0.1: Updated module information -V 1.0.2: Moved markdown link from HelpInfoUri to description' +V 1.0.2: Moved markdown link from HelpInfoUri to description +V 1.0.3: Fixed icon link +V 1.0.4: Bumped required module version' # Prerelease string of this module # Prerelease = ''