I am using `pac org fetch` to get the the solution version. however i am not sure how to serialise the result. here is the code below,
$fetchXml = "<fetch><entity name='solution'><attribute name='uniquename'/><attribute name='version'/><filter><condition attribute='uniquename' operator='eq' value='$($solutionName)'/></filter></entity></fetch>"
$fetchResult = pac org fetch -x $fetchXml
(attach image)
It is working as it supposed to and result comes up like this,
how can i get the value 1.0.0.4 (a value of a field) from the response (ie `$fetchResult`)