diff --git a/scripts/Set-SolutionVersion.ps1 b/scripts/Set-SolutionVersion.ps1
index cc567df..1f53215 100644
--- a/scripts/Set-SolutionVersion.ps1
+++ b/scripts/Set-SolutionVersion.ps1
@@ -1,14 +1,14 @@
[CmdletBinding()]
param (
[Parameter(Mandatory = $true)]
- [String[]]
+ [String]
$Solutions,
[Parameter(Mandatory = $true)]
[String]
$Version
)
-$Solutions | ForEach-Object {
+$Solutions.Split(',') | ForEach-Object {
$solutionPath = Join-Path -Path .\src\solutions -ChildPath $_
$solutionXmlPath = Join-Path -Path $solutionPath -ChildPath '.\Extract\Other\Solution.xml'
diff --git a/src/solutions/devhub_DevelopmentHub_AzureDevOps/Extract/Other/Solution.xml b/src/solutions/devhub_DevelopmentHub_AzureDevOps/Extract/Other/Solution.xml
index 559de2b..b290bed 100644
--- a/src/solutions/devhub_DevelopmentHub_AzureDevOps/Extract/Other/Solution.xml
+++ b/src/solutions/devhub_DevelopmentHub_AzureDevOps/Extract/Other/Solution.xml
@@ -6,7 +6,7 @@
- 0.2.1
+ 0.2.22
2
developmenthub
diff --git a/src/solutions/devhub_DevelopmentHub_Develop/Extract/Other/Solution.xml b/src/solutions/devhub_DevelopmentHub_Develop/Extract/Other/Solution.xml
index 3aa0754..1d6d139 100644
--- a/src/solutions/devhub_DevelopmentHub_Develop/Extract/Other/Solution.xml
+++ b/src/solutions/devhub_DevelopmentHub_Develop/Extract/Other/Solution.xml
@@ -8,7 +8,7 @@
- 0.2.0
+ 0.2.22
2
developmenthub
diff --git a/src/solutions/devhub_DevelopmentHub_Issues/Extract/Other/Solution.xml b/src/solutions/devhub_DevelopmentHub_Issues/Extract/Other/Solution.xml
index 7064f08..48c88e7 100644
--- a/src/solutions/devhub_DevelopmentHub_Issues/Extract/Other/Solution.xml
+++ b/src/solutions/devhub_DevelopmentHub_Issues/Extract/Other/Solution.xml
@@ -8,7 +8,7 @@
- 0.1.11.1
+ 0.2.22
2
developmenthub