Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
Move to different folder
  • Loading branch information
PrzemyslawKlys committed Jun 18, 2023
1 parent 2a72b37 commit 0c4abf7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Publish/Manage-Module.ps1 → Build/Manage-Module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ $Configuration = @{

FunctionsToExport = 'Public'
AliasesToExport = 'Public'
ScriptsToProcess = 'Enums'

Manifest = @{
# Version number of this module.
ModuleVersion = '2.2.X'
ModuleVersion = '2.3.0'
# Supported PSEditions
CompatiblePSEditions = @('Desktop', 'Core')
# ID used to uniquely identify this module
Expand Down Expand Up @@ -107,7 +106,10 @@ $Configuration = @{
RemoveComments = $false
}
Integrate = @{
ApprovedModules = @('PSSharedGoods', 'PSWriteColor', 'Connectimo', 'PSUnifi', 'PSWebToolbox', 'PSMyPassword')
ApprovedModules = @('PSSharedGoods', 'PSWriteColor', 'Connectimo', 'PSUnifi', 'PSWebToolbox', 'PSMyPassword', 'PSPublishModule')
}
ModuleSkip = @{
IgnoreModuleName = @()
}
}
Standard = @{
Expand Down Expand Up @@ -138,6 +140,9 @@ $Configuration = @{
Path = 'Docs'
PathReadme = 'Docs\Readme.md'
}
Signing = @{
CertificateThumbprint = '36A8A2D0E227D81A2D3B60DCE0CFCF23BEFC343B'
}
}
Steps = @{
BuildModule = @{ # requires Enable to be on to process all of that
Expand Down

0 comments on commit 0c4abf7

Please sign in to comment.