Skip to content

Commit 24b84d2

Browse files
committed
🔧 config(manifest): update module manifest version
🧰 Build: patch
1 parent 2c71c53 commit 24b84d2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

commitfusion.psd1

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
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 = @()
@@ -52,6 +52,9 @@
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
7275
Commit -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

Comments
 (0)