11@ {
22
33 RootModule = " commitfusion.psm1"
4- ModuleVersion = ' 0.9.7 '
4+ ModuleVersion = ' 0.9.8 '
55 CompatiblePSEditions = @ ()
66 GUID = ' c7e7262e-8c66-4c0d-9454-9927449c2927'
77 Author = ' Garvey k. Snow'
1010 Description = ' Conventional Commit Message Generator'
1111 PowerShellVersion = ' 7.0'
1212 PowerShellHostName = ' '
13- PowerShellHostVersion = ' '
13+ PowerShellHostVersion = ' '
1414 DotNetFrameworkVersion = ' '
15- ClrVersion = ' '
15+ ClrVersion = ' 00.0.01 '
1616 ProcessorArchitecture = ' '
1717 RequiredModules = @ ()
1818 RequiredAssemblies = @ ()
5252 Prerelease = ' beta'
5353 RequireLicenseAcceptance = $false
5454 ExternalModuleDependencies = @ ()
55+ # CHOCOLATE ---------------------
56+ LicenseUri = ' https://choosealicense.com/licenses/mit'
57+ ProjectUri = ' https://gitlab.com/phellams/commitfusion.git'
5558 Docsurl = ' https://pages.gitlab.io/phellams/commitfusion'
5659 MailingListUrl = ' https://gitlab.com/phellams/commitfusion/issues'
5760 projectSourceUrl = ' https://gitlab.com/phellams/commitfusion'
@@ -72,6 +75,7 @@ Additionally, CommitFusion integrates modified [gitmoji](https://gitmoji.dev) su
7275Commit -Type 'fix' -Scope 'api' -Description 'resolve authentication issue' -Notes 'Fixed token validation' | Set-Commit -Confirm
7376"@
7477 }
78+ # CHOCOLATE ---------------------
7579 }
7680 HelpInfoURI = ' https://gitlab.com/phellams/commitfusion/blob/main/README.md'
7781 DefaultCommandPrefix = ' '
0 commit comments