From 21397f47c699e219004d426869d3238ba777f6f7 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Thu, 3 Aug 2023 10:07:44 +0200 Subject: [PATCH] Bump version --- PSPublishModule.psd1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PSPublishModule.psd1 b/PSPublishModule.psd1 index 10fd0f1..254156b 100644 --- a/PSPublishModule.psd1 +++ b/PSPublishModule.psd1 @@ -9,14 +9,13 @@ DotNetFrameworkVersion = '4.5.2' FunctionsToExport = @('Convert-CommandsToList', 'Get-MissingFunctions', 'Initialize-PortableModule', 'Initialize-PortableScript', 'Initialize-ProjectManager', 'Invoke-ModuleBuild', 'New-ConfigurationArtefact', 'New-ConfigurationBuild', 'New-ConfigurationCommand', 'New-ConfigurationDocumentation', 'New-ConfigurationExecute', 'New-ConfigurationFormat', 'New-ConfigurationImportModule', 'New-ConfigurationInformation', 'New-ConfigurationManifest', 'New-ConfigurationModule', 'New-ConfigurationModuleSkip', 'New-ConfigurationPublish', 'New-ConfigurationTest', 'Register-Certificate', 'Remove-Comments', 'Send-GitHubRelease', 'Test-BasicModule', 'Test-ScriptFile', 'Test-ScriptModule') GUID = 'eb76426a-1992-40a5-82cd-6480f883ef4d' - ModuleVersion = '1.8.0' + ModuleVersion = '2.0.0' PowerShellVersion = '5.1' PrivateData = @{ PSData = @{ Tags = @('Windows', 'MacOS', 'Linux', 'Build', 'Module') IconUri = 'https://evotec.xyz/wp-content/uploads/2019/02/PSPublishModule.png' ProjectUri = 'https://github.com/EvotecIT/PSPublishModule' - Prerelease = 'Preview5' ExternalModuleDependencies = @('PKI', 'Microsoft.PowerShell.Utility', 'Microsoft.PowerShell.Archive', 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Security') } }