Skip to content

Commit

Permalink
FIX OpenICF.Net connector version
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed Jul 5, 2024
1 parent e68250c commit 5ae4bf4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Returns:
"connectorRef": {
"connectorName": "Org.ForgeRock.OpenICF.Connectors.MsPowerShell.MsPowerShellConnector",
"bundleName": "MsPowerShell.Connector",
"bundleVersion": "1.4.1.0"
"bundleVersion" : "[1.4.3.0,2.0.0.0)"
},
"ok": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ This class runs through variations of the calls below and validates that the Pow
"connectorRef" : {
"bundleName" : "MsPowerShell.Connector",
"connectorName" : "Org.ForgeRock.OpenICF.Connectors.MsPowerShell.MsPowerShellConnector",
"bundleVersion" : "1.4.3.0"
"bundleVersion" : "[1.4.3.0,2.0.0.0)"
},
"displayName" : "PowerShell Connector ",
"ok" : true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"connectorHostRef" : "dotnet",
"connectorName" : "Org.ForgeRock.OpenICF.Connectors.MsPowerShell.MsPowerShellConnector",
"bundleName" : "MsPowerShell.Connector",
"bundleVersion" : "[1.4.2.0,1.5.0.0)"
"bundleVersion" : "[1.4.3.0,2.0.0.0)"
},
"poolConfigOption" : {
"maxObjects" : 10,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"connectorHostRef" : "dotnet",
"connectorName" : "Org.ForgeRock.OpenICF.Connectors.MsPowerShell.MsPowerShellConnector",
"bundleName" : "MsPowerShell.Connector",
"bundleVersion" : "[1.4.3.0,1.5.0.0)"
"bundleVersion" : "[1.4.3.0,2.0.0.0)"
},
"poolConfigOption" : {
"maxObjects" : 10,
Expand Down

0 comments on commit 5ae4bf4

Please sign in to comment.