Skip to content

Commit 74de841

Browse files
committed
Updated module metadata
1 parent 25a8931 commit 74de841

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CRX/CRX.psd1

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
@{
33
RootModule = 'CRX.psm1'
4-
ModuleVersion = '0.1.0'
4+
ModuleVersion = '0.1.1'
55
GUID = 'b5433b6c-b423-4049-8c5e-b3a50566fcf2'
66
Author = 'Alan Plocieniak'
77
CompanyName = 'Alan Plocieniak'
@@ -10,8 +10,11 @@
1010
PowerShellVersion = '5.1'
1111
CompatiblePSEditions = 'Desktop', 'Core'
1212
FunctionsToExport = '*'
13-
PrivateData = @{
13+
PrivateData = @{
1414
PSData = @{
15+
Tags = @('powershell', 'crx', 'ps', 'power-shell', 'CRX', 'chrome', 'extension' )
16+
LicenseUri = 'https://github.com/PowerShellLibrary/CRX/blob/master/LICENSE'
17+
ProjectUri = 'https://github.com/PowerShellLibrary/CRX'
1518
}
1619
}
1720
}

tests/CRX.Tests.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
if (-not (Get-Module -Name Pester)) {
22
Import-Module -Name Pester -Force
33
}
4-
Import-Module .\src\CRX.psm1 -Force
4+
Import-Module .\CRX\CRX.psm1 -Force
55

66
Describe 'CRX.Tests' {
77
Context 'Get-CRXUpdateInfo' {

0 commit comments

Comments
 (0)