Attempts to parse a version string from a multi - line content.
Iterates through each line of the content and uses the TryParseVersion function to find a valid version.
Parameters
content: string
The multi - line string content from which to parse the version.
Attempts to parse a version string from a multi - line content. Iterates through each line of the content and uses the TryParseVersion function to find a valid version.