diff --git a/Build/Manage-Mailozaurr.ps1 b/Build/Manage-Mailozaurr.ps1 index d66920b..d8c7008 100644 --- a/Build/Manage-Mailozaurr.ps1 +++ b/Build/Manage-Mailozaurr.ps1 @@ -3,7 +3,7 @@ Build-Module -ModuleName 'Mailozaurr' { # Usual defaults as per standard module $Manifest = [ordered] @{ - ModuleVersion = '1.0.1' + ModuleVersion = '1.0.X' # Supported PSEditions CompatiblePSEditions = @('Desktop', 'Core') # ID used to uniquely identify this module @@ -91,6 +91,6 @@ Build-Module -ModuleName 'Mailozaurr' { #New-ConfigurationTest -TestsPath "$PSScriptRoot\..\Tests" -Enable # global options for publishing to github/psgallery - New-ConfigurationPublish -Type PowerShellGallery -FilePath 'C:\Support\Important\PowerShellGalleryAPI.txt' -Enabled:$true - New-ConfigurationPublish -Type GitHub -FilePath 'C:\Support\Important\GitHubAPI.txt' -UserName 'EvotecIT' -Enabled:$true + #New-ConfigurationPublish -Type PowerShellGallery -FilePath 'C:\Support\Important\PowerShellGalleryAPI.txt' -Enabled:$true + #New-ConfigurationPublish -Type GitHub -FilePath 'C:\Support\Important\GitHubAPI.txt' -UserName 'EvotecIT' -Enabled:$true } -ExitCode \ No newline at end of file