44RootModule = ' CommitFusion.psm1'
55
66# Version number of this module.
7- ModuleVersion = ' 0.3.1 .0'
7+ ModuleVersion = ' 0.3.2 .0'
88
99# Supported PSEditions
1010# CompatiblePSEditions = @()
@@ -22,7 +22,7 @@ CompanyName = 'davilion'
2222Copyright = ' 2023 sgkens. All rights reserved.'
2323
2424# Description of the functionality provided by this module
25- Description = ' Commit-Fusion - Conventional Commit Generator'
25+ Description = ' Conventional Commit Message Generator'
2626
2727# Minimum version of the PowerShell engine required by this module
2828PowerShellVersion = ' 7.0'
@@ -108,10 +108,10 @@ PrivateData = @{
108108 ProjectUri = ' https://github.com/sgkens/commitfusion.git'
109109
110110 # A URL to an icon representing this module.
111- IconUri = ' https://gitlab.lab.davilion.online.tk /sgkens/resources/-/blob/ main/modules/CommitFusion/dist/v1/ccommits-logo_GitIcon_51.20dpi .png'
111+ IconUri = ' https://raw.githubusercontent.com /sgkens/resources/main/modules/CommitFusion/dist/v2/commitfusion-icon-x128 .png'
112112
113113 # ReleaseNotes of this module
114- ReleaseNotes = ' https://gitlab.lab.davilion.online.tk/powershell /commitfusion/-/blob/main/Releases.md '
114+ ReleaseNotes = ' https://github.com/sgkens /commitfusion'
115115
116116 # Prerelease string of this module
117117 # Prerelease = 'beta'
@@ -127,7 +127,7 @@ PrivateData = @{
127127} # End of PrivateData hashtable
128128
129129# HelpInfo URI of this module
130- # HelpInfoURI = ''
130+ HelpInfoURI = ' https://github.com/sgkens/commitfusion/blob/main/README.md '
131131
132132# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
133133# DefaultCommandPrefix = ''
0 commit comments