Skip to content

Commit 1ffe0d6

Browse files
committed
Merge branch 'develop' into 'main'
🔧 config(manifest): update module manifest version See merge request phellams/commitfusion!5
2 parents 13cbe3f + 75af93d commit 1ffe0d6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

commitfusion.psd1

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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'
@@ -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)