Skip to content

Commit 845329e

Browse files
Update module builder
1 parent e0997d4 commit 845329e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Build/BuildModule.ps1

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Import-Module "PSPublishModule" -Force
55
Invoke-ModuleBuild -ModuleName 'PSWriteHTML' {
66
# Usual defaults as per standard module
77
$Manifest = [ordered] @{
8-
ModuleVersion = '1.6.0'
8+
ModuleVersion = '1.X.0'
99
CompatiblePSEditions = @('Desktop', 'Core')
1010
GUID = 'a7bdf640-f5cb-4acf-9de0-365b322d245c'
1111
Author = 'Przemyslaw Klys'
@@ -86,6 +86,6 @@ Invoke-ModuleBuild -ModuleName 'PSWriteHTML' {
8686
New-ConfigurationArtefact -Type Packed -Enable -Path "$PSScriptRoot\..\Artefacts\Packed" -ArtefactName '<ModuleName>.v<ModuleVersion>.zip'
8787

8888
# options for publishing to github/psgallery
89-
#New-ConfigurationPublish -Type PowerShellGallery -FilePath 'C:\Support\Important\PowerShellGalleryAPI.txt' -Enabled:$true
90-
#New-ConfigurationPublish -Type GitHub -FilePath 'C:\Support\Important\GitHubAPI.txt' -UserName 'EvotecIT' -Enabled:$true
89+
New-ConfigurationPublish -Type PowerShellGallery -FilePath 'C:\Support\Important\PowerShellGalleryAPI.txt' -Enabled:$true
90+
New-ConfigurationPublish -Type GitHub -FilePath 'C:\Support\Important\GitHubAPI.txt' -UserName 'EvotecIT' -Enabled:$true
9191
} -ExitCode

0 commit comments

Comments
 (0)