Skip to content

Commit

Permalink
Updated module metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-null committed Jan 27, 2025
1 parent 25a8931 commit 74de841
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CRX/CRX.psd1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

@{
RootModule = 'CRX.psm1'
ModuleVersion = '0.1.0'
ModuleVersion = '0.1.1'
GUID = 'b5433b6c-b423-4049-8c5e-b3a50566fcf2'
Author = 'Alan Plocieniak'
CompanyName = 'Alan Plocieniak'
Expand All @@ -10,8 +10,11 @@
PowerShellVersion = '5.1'
CompatiblePSEditions = 'Desktop', 'Core'
FunctionsToExport = '*'
PrivateData = @{
PrivateData = @{
PSData = @{
Tags = @('powershell', 'crx', 'ps', 'power-shell', 'CRX', 'chrome', 'extension' )
LicenseUri = 'https://github.com/PowerShellLibrary/CRX/blob/master/LICENSE'
ProjectUri = 'https://github.com/PowerShellLibrary/CRX'
}
}
}
2 changes: 1 addition & 1 deletion tests/CRX.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if (-not (Get-Module -Name Pester)) {
Import-Module -Name Pester -Force
}
Import-Module .\src\CRX.psm1 -Force
Import-Module .\CRX\CRX.psm1 -Force

Describe 'CRX.Tests' {
Context 'Get-CRXUpdateInfo' {
Expand Down

0 comments on commit 74de841

Please sign in to comment.