Skip to content

Commit

Permalink
Fixed icon links
Browse files Browse the repository at this point in the history
  • Loading branch information
echalone committed Jun 18, 2020
1 parent 4da7387 commit ba7fba5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
7 changes: 4 additions & 3 deletions PowerShell/Modules/TUN.Credentials/TUN.Credentials.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'TUN.Credentials.psm1'

# Version number of this module.
ModuleVersion = '1.0.6'
ModuleVersion = '1.0.7'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -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
Expand All @@ -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 = ''
Expand Down
10 changes: 6 additions & 4 deletions PowerShell/Modules/TUN.Environment/TUN.Environment.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'TUN.Environment.psm1'

# Version number of this module.
ModuleVersion = '1.0.2'
ModuleVersion = '1.0.4'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -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 = @()
Expand Down Expand Up @@ -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 = ''
Expand Down
10 changes: 6 additions & 4 deletions PowerShell/Modules/TUN.Logging/TUN.Logging.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'TUN.Logging.psm1'

# Version number of this module.
ModuleVersion = '1.0.2'
ModuleVersion = '1.0.4'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -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 = @()
Expand Down Expand Up @@ -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 = ''
Expand Down

0 comments on commit ba7fba5

Please sign in to comment.