diff --git a/Automation/Publish-Module.ps1 b/Automation/Publish-Module.ps1 index 2e14e91..5ce7449 100644 --- a/Automation/Publish-Module.ps1 +++ b/Automation/Publish-Module.ps1 @@ -30,16 +30,12 @@ switch ($PSCmdlet.ParameterSetName) 'Public' { $publishDebug=$false $repository="PSGallery" - $moduleNamesToPublish+="ISHServer.12" - $moduleNamesToPublish+="ISHServer.13" $moduleNamesToPublish+="ISHServer.14" break; } 'Public+Internal' { $publishDebug=$true $repository=$DevRepository - $moduleNamesToPublish+="ISHServer.12" - $moduleNamesToPublish+="ISHServer.13" $moduleNamesToPublish+="ISHServer.14" $moduleNamesToPublish+="ISHServer.15" break @@ -133,7 +129,7 @@ foreach($moduleName in $moduleNamesToPublish) if((-not $publishDebug) -and $repositoryModule) { - $publishedVersion=$repositoryModule.Version + [version] $publishedVersion=$repositoryModule.Version $publishedMajor=$publishedVersion.Major $publishedMinor=$publishedVersion.Minor @@ -194,8 +190,8 @@ foreach($moduleName in $moduleNamesToPublish) ) $hash=@{ - "Author"="RWS plc" - "CompanyName"="RWS plc" + "Author"="SDL plc" + "CompanyName"="SDL plc" "Copyright"="RWS plc. All rights reserved." "RootModule"=$psm1Name "Description"="" @@ -231,7 +227,7 @@ foreach($moduleName in $moduleNamesToPublish) } } - New-ModuleManifest @hash + New-ModuleManifest @hash Write-Verbose "Generated manifest" #endregion diff --git a/README.md b/README.md index ac669a9..5ad54fa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ISHServer -A PowerShell module to help automate installation of prerequisites for **Tridion Docs** (Knowledge Center Content Manager, LiveContent Architect, Trisoft InfoShare). +A PowerShell module to help automate installation of prerequisites for **SDL Tridion Docs** (SDL Knowledge Center Content Manager, LiveContent Architect, Trisoft InfoShare). # Available ISHServer modules