Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Aug 3, 2023
1 parent 094626d commit 21397f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PSPublishModule.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
}
Expand Down

0 comments on commit 21397f4

Please sign in to comment.