I\'m trying to use a powershell regex to pull version data from the AssemblyInfo.cs file. The regex below is my best attempt, however it only pulls the string [assembly:
[assembly:
Try this regex "([^"]+)"
"([^"]+)"
Regex101 Demo